|
|||||||||||
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.objectweb.jorm.api.PException
The PException class defines the top level of the jorm exceptions.
Constructor Summary | |
PException()
It builds an new Jorm Exception. |
|
PException(java.lang.Exception e,
java.lang.String error)
|
|
PException(java.lang.String error)
It builds an new Jorm Exception with an error message. |
Method Summary | |
java.lang.Exception |
getNestedException()
It return the DS-specific nested exception associated with this I/O JORM exception. |
void |
print()
prints the error message to the console. |
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 PException()
public PException(java.lang.String error)
error
- The string representation of the error message.public PException(java.lang.Exception e, java.lang.String error)
Method Detail |
public java.lang.Exception getNestedException()
public void print()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |