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