Package 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.
Exception used for static errors in XPath, XSLT, or XQuery
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.saxon.trans.XPathException
XPathException.Circularity
-
Constructor Summary
ConstructorsConstructorDescriptionStaticError
(Exception err) Deprecated.StaticError
(String message) Deprecated.StaticError
(String message, Throwable err) Deprecated.StaticError
(String message, SourceLocator loc) Deprecated. -
Method Summary
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
Methods inherited from class javax.xml.transform.TransformerException
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, toString
-
Constructor Details
-
StaticError
Deprecated. -
StaticError
Deprecated. -
StaticError
Deprecated. -
StaticError
Deprecated.
-
XPathException