|
||||||||||
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 com.rubecula.darwin.domain.helper.DarwinException
public class DarwinException
This application-independent exception class is used to track runtime exceptions which may occur in the Darwin classes.
Constructor Summary | |
---|---|
DarwinException(java.lang.String arg0)
|
|
DarwinException(java.lang.String arg0,
java.lang.Throwable arg1)
|
Method Summary |
---|
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 DarwinException(java.lang.String arg0)
arg0
- public DarwinException(java.lang.String arg0, java.lang.Throwable arg1)
arg0
- arg1
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |