Class TreeIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.apicatalog.tree.io.TreeIOException
All Implemented Interfaces:
Serializable

public class TreeIOException extends Exception
Exception thrown when a node cannot be read, written, or generated by a NodeReader, NodeWriter, or NodeGenerator.

This exception indicates that a node could not be parsed, serialized, or processed due to invalid data, unsupported structure, or adapter failure.

See Also:
  • Constructor Details

    • TreeIOException

      public TreeIOException(Throwable e)