Class StaticError

  • All Implemented Interfaces:
    java.io.Serializable

    public class StaticError
    extends XPathException
    Deprecated.
    since 9.0: use the superclass, XPathException
    Exception used for static errors in XPath, XSLT, or XQuery
    See Also:
    Serialized Form
    • Constructor Detail

      • StaticError

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

        public StaticError​(java.lang.Exception err)
        Deprecated.
      • StaticError

        public StaticError​(java.lang.String message,
                           java.lang.Throwable err)
        Deprecated.
      • StaticError

        public StaticError​(java.lang.String message,
                           javax.xml.transform.SourceLocator loc)
        Deprecated.