Package org.simpleframework.xml.stream
Class NodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.simpleframework.xml.stream.NodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class NodeException extends java.lang.ExceptionTheNodeExceptionis 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeException(java.lang.String text)Constructor for theNodeExceptionobject.
-