Class DocViewParser.XmlParseException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    DocViewParser

    public static final class DocViewParser.XmlParseException
    extends java.lang.Exception
    Thrown in case the XML is not well-formed or no valid docview format.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlParseException​(java.lang.String message, java.lang.String nodePath, int lineNumber, int columnNumber)  
      XmlParseException​(java.lang.Throwable cause, java.lang.String nodePath, int lineNumber, int columnNumber)  
      XmlParseException​(java.lang.Throwable cause, java.lang.String nodePath, org.xml.sax.Locator locator)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int getColumnNumber()  
      int getLineNumber()  
      java.lang.String getNodePath()  
      int hashCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XmlParseException

        public XmlParseException​(java.lang.String message,
                                 java.lang.String nodePath,
                                 int lineNumber,
                                 int columnNumber)
      • XmlParseException

        public XmlParseException​(java.lang.Throwable cause,
                                 java.lang.String nodePath,
                                 int lineNumber,
                                 int columnNumber)
      • XmlParseException

        public XmlParseException​(java.lang.Throwable cause,
                                 java.lang.String nodePath,
                                 org.xml.sax.Locator locator)
    • Method Detail

      • getNodePath

        public java.lang.String getNodePath()
      • getLineNumber

        public int getLineNumber()
      • getColumnNumber

        public int getColumnNumber()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object