|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException jsdsi.JsdsiRuntimeException
RuntimeException
was chosen as in the vast majority of
scenarios, the calling application cannot recover. Whether, a
separate JsdsiException that descends Exception
is also
needed needs to be finalised.Constructor Summary | |
JsdsiRuntimeException()
|
|
JsdsiRuntimeException(java.lang.String message)
|
|
JsdsiRuntimeException(java.lang.String message,
java.lang.Throwable cause)
|
|
JsdsiRuntimeException(java.lang.Throwable cause)
|
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 JsdsiRuntimeException()
public JsdsiRuntimeException(java.lang.String message)
message
- public JsdsiRuntimeException(java.lang.Throwable cause)
cause
- public JsdsiRuntimeException(java.lang.String message, java.lang.Throwable cause)
message
- cause
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |