|
|||||||||
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
org.garret.serme.SermeException
Exception thrown by this SerMe when something is going wrong.
It is runtime exception, so it has not to be listed in throws
clause or catched
Constructor Summary | |
SermeException(java.lang.Exception x)
Constructor of exception. |
|
SermeException(java.lang.String msg)
Constructor of 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 SermeException(java.lang.Exception x)
x
- original exceptionpublic SermeException(java.lang.String msg)
msg
- message explaining the reason of the problem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |