|
||||||||||
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.dmdf.dmt.DMTException
public class DMTException
Most of the exceptions are wrapped in this runtime exception to avoid force user handle all kinds of exceptions which is over kill.
Constructor Summary | |
---|---|
DMTException()
|
|
DMTException(java.lang.String message)
|
|
DMTException(java.lang.String message,
java.lang.Throwable cause)
|
|
DMTException(java.lang.Throwable cause)
|
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 DMTException()
public DMTException(java.lang.String message, java.lang.Throwable cause)
public DMTException(java.lang.String message)
public DMTException(java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |