org.simpleframework.xml.stream
Class NodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.simpleframework.xml.stream.NodeException
- All Implemented Interfaces:
- Serializable
public class NodeException
- extends Exception
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.
- Author:
- Niall Gallagher
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NodeException
public NodeException(String text)
- Constructor for the
NodeException 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
Copyright © 2013. All Rights Reserved.