Class DocViewParser.XmlParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.jackrabbit.vault.fs.io.DocViewParser.XmlParseException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DocViewParser
public static final class DocViewParser.XmlParseException extends 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(String message, String nodePath, int lineNumber, int columnNumber)
XmlParseException(Throwable cause, String nodePath, int lineNumber, int columnNumber)
XmlParseException(Throwable cause, String nodePath, Locator locator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getColumnNumber()
int
getLineNumber()
String
getNodePath()
int
hashCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-