|
||||||||||
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 | +--org.edg.data.util.DataException
Base exception class for all WP2 exceptions.
Constructor Summary | |
DataException(java.lang.String message)
Constructs a DataException with the specified
detail message. |
|
DataException(java.lang.String message,
java.lang.Throwable exc)
|
|
DataException(java.lang.Throwable exc)
Constructs a DataException from another 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 DataException(java.lang.String message)
DataException
with the specified
detail message.
message
- the messagepublic DataException(java.lang.Throwable exc)
DataException
from another exception.
exc
- the exceptionpublic DataException(java.lang.String message, java.lang.Throwable exc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |