|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tomgibara.pronto.core.ProntoException
com.tomgibara.pronto.control.ProntoControlException
public class ProntoControlException
Instances of this class are thrown from methods to indicate that a controller has malfunctioned.
| Constructor Summary | |
|---|---|
ProntoControlException()
Constructs a new ProntoControlException. |
|
ProntoControlException(java.lang.String message)
Constructs a new ProntoControlException. |
|
ProntoControlException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ProntoControlException. |
|
ProntoControlException(java.lang.Throwable cause)
Constructs a new ProntoControlException. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProntoControlException()
public ProntoControlException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the exceptioncause - the throwable which caused this exceptionpublic ProntoControlException(java.lang.String message)
message - the message of the exceptionpublic ProntoControlException(java.lang.Throwable cause)
cause - the throwable which caused this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||