|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.apache.slide.common.SlideException | +--org.apache.slide.common.NamespaceException
Namespace exception.
Fields inherited from class java.lang.Exception |
serialVersionUID |
Constructor Summary | |
NamespaceException(java.lang.String message)
Constructor. |
Method Summary | |
(package private) void |
addException(SlideException exception)
Add an exception to the nested exception. |
(package private) boolean |
isEmpty()
Returns true if no exceptions have been put in this exception. |
java.lang.String |
toString()
Displays the exception message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public NamespaceException(java.lang.String message)
message
- Exception messageMethod Detail |
public java.lang.String toString()
toString
in class java.lang.Throwable
void addException(SlideException exception)
exception
- Exception to be addedboolean isEmpty()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |