|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jtool.jxplatform.repository.JxException
An object that encapsulates a fatal error.
| Constructor Summary | |
JxException()
Creates a new exception with null as its detail message. |
|
JxException(java.lang.Exception e)
Creates a new exception with null as its detail message. |
|
JxException(java.lang.String msg)
Creates a new exception with the specified detail message. |
|
| 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 JxException()
public JxException(java.lang.Exception e)
e - An exception to be wrapped this exception.public JxException(java.lang.String msg)
msg - A detail message.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||