Class XPathException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="2021-07-29")
    public class XPathException
    extends java.lang.RuntimeException
    Deprecated.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XPathException()
      Deprecated.
       
      XPathException​(java.lang.String message)
      Deprecated.
       
      XPathException​(java.lang.String message, java.lang.Throwable cause)
      Deprecated.
       
      XPathException​(java.lang.Throwable cause)
      Deprecated.
       
    • Method Summary

      • 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

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

      • XPathException

        public XPathException()
        Deprecated.
      • XPathException

        public XPathException​(java.lang.String message,
                              java.lang.Throwable cause)
        Deprecated.
      • XPathException

        public XPathException​(java.lang.String message)
        Deprecated.
      • XPathException

        public XPathException​(java.lang.Throwable cause)
        Deprecated.