|
||||||||||
| 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.apache.slide.common.SlideException
org.apache.slide.common.NestedSlideException
Nested Slide exception.
| Field Summary | |
protected java.util.Vector |
exceptions
Vector of exceptions which have been put in this exception. |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
NestedSlideException(java.lang.String message)
Constructor. |
|
| Method Summary | |
void |
addException(SlideException exception)
Add a new nested exception. |
java.util.Enumeration |
enumerateExceptions()
Enumerate nested exceptions. |
int |
getExceptionsCount()
Return the count of nested exceptions. |
boolean |
isEmpty()
Returns true if no exceptions have been put in this exception. |
java.lang.String |
toString()
Displays the exception message. |
SlideException |
unpackSingleException()
Return the count of nested exceptions. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.util.Vector exceptions
| Constructor Detail |
public NestedSlideException(java.lang.String message)
| Method Detail |
public void addException(SlideException exception)
exception - Exception to be addedpublic java.util.Enumeration enumerateExceptions()
public int getExceptionsCount()
public SlideException unpackSingleException()
public boolean isEmpty()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||