Package org.apache.axiom.om
Class DeferredParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.axiom.om.OMException
org.apache.axiom.om.DeferredParsingException
- All Implemented Interfaces:
Serializable
Exception indicating that an operation could not be completed because it needed to read
additional data from the underlying parser and that action failed. This is typically caused by
malformed XML.
- 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
-
DeferredParsingException
-