|
|||||||||||
| 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
|
+--com.jfimagine.utils.exception.ListException
This class implements an exception which can wrapped a lower-level exception.
| Constructor Summary | |
ListException(java.lang.Exception exception)
Creates a new ListException wrapping another exception, and with no detail message. |
|
ListException(java.lang.String message)
Creates a ListException with the specified detail message. |
|
ListException(java.lang.String message,
java.lang.Exception exception)
Creates a new ListException wrapping another list operation exception, and with a detail message. |
|
| Method Summary | |
java.lang.Exception |
getException()
Gets the wrapped exception. |
java.lang.Exception |
getRootCause()
Retrieves (recursively) the root cause 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 ListException(java.lang.String message,
java.lang.Exception exception)
message - the detail message.exception - the wrapped exception.public ListException(java.lang.String message)
message - the detail message.public ListException(java.lang.Exception exception)
exception - the wrapped exception.| Method Detail |
public java.lang.Exception getException()
public java.lang.Exception getRootCause()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||