|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
dino.api.DiNoException
public class DiNoException
This is the base class for DiNo-related exceptions. Normally this exception will not be thrown directly; one of its subclasses will thrown instead.
Constructor Summary | |
---|---|
DiNoException()
|
|
DiNoException(java.lang.String arg0)
|
|
DiNoException(java.lang.String arg0,
java.lang.Throwable arg1)
|
|
DiNoException(java.lang.Throwable arg0)
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DiNoException()
public DiNoException(java.lang.String arg0)
public DiNoException(java.lang.Throwable arg0)
public DiNoException(java.lang.String arg0, java.lang.Throwable arg1)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |