Class DeferredParsingException

  • All Implemented Interfaces:
    Serializable

    public class DeferredParsingException
    extends OMException
    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:
    Serialized Form
    • Constructor Detail

      • DeferredParsingException

        public DeferredParsingException​(Throwable cause)