Package org.simpleframework.xml.stream
Class NodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.simpleframework.xml.stream.NodeException
- All Implemented Interfaces:
Serializable
The
NodeException
is thrown to indicate the state of
either the input node or output node being invalid. Typically
this is thrown if some illegal operation is requested.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NodeException
Constructor for theNodeException
object. This is given the message to be reported when the exception is thrown.- Parameters:
text
- a format string used to present the error message
-