Class XPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.exml.workspace.api.editor.page.text.xml.XPathException
- All Implemented Interfaces:
Serializable
An exception thrown when performing an XPath.
- Since:
- 14
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XPathException
Constructor.- Parameters:
message
- The error message.cause
- The cause of the exception.
-