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