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

@API(type=EXTENDABLE, src=PUBLIC) public class XPathException extends Exception
An exception thrown when performing an XPath.
Since:
14
See Also:
  • Constructor Details

    • XPathException

      public XPathException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The error message.
      cause - The cause of the exception.