Class StaticError

All Implemented Interfaces:
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:
  • Constructor Details

    • StaticError

      public StaticError(String message)
      Deprecated.
    • StaticError

      public StaticError(Exception err)
      Deprecated.
    • StaticError

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

      public StaticError(String message, SourceLocator loc)
      Deprecated.