Package org.vast.xml

Class XMLReaderException

All Implemented Interfaces:
Serializable

public class XMLReaderException extends ReaderException

Exception generated by implementations of XML reading interfaces

Since:
Nov 18, 2012
See Also:
  • Field Details

    • nodeWithError

      protected transient Node nodeWithError
  • Constructor Details

    • XMLReaderException

      public XMLReaderException(Exception e)
    • XMLReaderException

      public XMLReaderException(String message)
    • XMLReaderException

      public XMLReaderException(String message, Exception e)
    • XMLReaderException

      public XMLReaderException(String message, Node nodeWithError)
    • XMLReaderException

      public XMLReaderException(String message, Node nodeWithError, Exception e)
    • XMLReaderException

      public XMLReaderException(Node nodeWithError)
    • XMLReaderException

      public XMLReaderException(Node nodeWithError, Exception e)
  • Method Details