|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--ccl.util.ApplicationException
This exception just extends RuntimeException and is primarily used by Util.panicIf(boolean).
Util.panicIf(boolean)
, Serialized FormConstructor Summary | |
ApplicationException()
Constructs an ApplicationException with no specified detail message. |
|
ApplicationException(java.lang.String sMessage_)
Constructs an ApplicationException. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ApplicationException()
public ApplicationException(java.lang.String sMessage_)
sMessage_
- to print a message describing what
caused the exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |