|
|||||||||||
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.laures.cewolf.CewolfException
Base class of all Cewolf related exceptions
Constructor Summary | |
CewolfException()
Creates a new instance of CewolfException without detail message. |
|
CewolfException(java.lang.String msg)
Constructs an instance of CewolfException with the specified detail message. |
|
CewolfException(java.lang.String msg,
java.lang.Exception cause)
Constructs exception with causing 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CewolfException()
CewolfException
without detail message.
public CewolfException(java.lang.String msg)
CewolfException
with the specified detail message.
msg
- the detail message.public CewolfException(java.lang.String msg, java.lang.Exception cause)
msg
- messagecause
- cause exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |