|
|||||||||||
| 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
|
+--net.xineo.xml.handler.tree.TreeFormatException
This exception is thrown when the XML description of a handler tree is not valid.
| Constructor Summary | |
TreeFormatException()
Creates new TreeFormatException without detail message. |
|
TreeFormatException(java.lang.Exception exception)
Constructs a TreeFormatException with the message of another exception. |
|
TreeFormatException(java.lang.String message)
Constructs an TreeFormatException 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 TreeFormatException()
TreeFormatException without detail message.
public TreeFormatException(java.lang.String message)
TreeFormatException with the specified detail message.
message - the detail message.public TreeFormatException(java.lang.Exception exception)
TreeFormatException with the message of another exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||