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
Thrown in case the XML is not
well-formed or
no valid docview format.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmlParseException(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
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString