Package com.apicatalog.tree.io
Class TreeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.apicatalog.tree.io.TreeIOException
- All Implemented Interfaces:
Serializable
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 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
-
TreeIOException
-