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
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
-
Field Summary
Fields inherited from class net.sf.saxon.trans.XPathException
errorCode, errorCodeNamespace, errorObject
-
Constructor Summary
ConstructorsConstructorDescriptionStaticError
(Exception err) StaticError
(String message) StaticError
(String message, Throwable err) StaticError
(String message, SourceLocator loc) -
Method Summary
Methods inherited from class net.sf.saxon.trans.XPathException
getErrorCodeLocalPart, getErrorCodeNamespace, getErrorObject, hasBeenReported, isTypeError, setErrorCode, setErrorCode, setErrorObject, setHasBeenReported, setIsTypeError
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
-
StaticError
-
StaticError
-
StaticError
-
-
Method Details
-
makeStatic
Force an exception to a static error- Overrides:
makeStatic
in classXPathException
-
makeStaticError
-