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.
See Also:
  • Constructor Details

    • 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