net.sf.saxon.trans
Class StaticError
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.transform.TransformerException
net.sf.saxon.trans.XPathException
net.sf.saxon.trans.StaticError
- All Implemented Interfaces:
- Serializable
Deprecated. since 9.0: use the superclass, XPathException
public class StaticError
- extends XPathException
Exception used for static errors in XPath, XSLT, or XQuery
- See Also:
- Serialized Form
Methods inherited from class net.sf.saxon.trans.XPathException |
getErrorCodeLocalPart, getErrorCodeNamespace, getErrorObject, getXPathContext, hasBeenReported, isStaticError, isTypeError, makeStatic, makeXPathException, maybeSetContext, maybeSetLocation, setErrorCode, setErrorCode, setErrorObject, setHasBeenReported, setIsStaticError, setIsTypeError, setXPathContext |
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.
Copyright (C) Michael H. Kay. All rights reserved.