|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.goerntkai.scot.app.misc.SCoTException
Whenever there is an exception specific to SCoT, this one is thrown.
Constructor Summary | |
SCoTException()
Constructor inherited from java.lang.Exception . |
|
SCoTException(java.lang.String message)
Constructor inherited from java.lang.Exception . |
|
SCoTException(java.lang.String message,
java.lang.Throwable cause)
Constructor inherited from java.lang.Exception . |
|
SCoTException(java.lang.Throwable cause)
Constructor inherited from java.lang.Exception . |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SCoTException()
java.lang.Exception
.
Exception
public SCoTException(java.lang.String message)
java.lang.Exception
.
message
- Exception
public SCoTException(java.lang.String message, java.lang.Throwable cause)
java.lang.Exception
.
message
- cause
- Exception
public SCoTException(java.lang.Throwable cause)
java.lang.Exception
.
cause
- Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |