Class DynamicError
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.transform.TransformerException
net.sf.saxon.trans.XPathException
net.sf.saxon.trans.DynamicError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CopyNamespaceSensitiveException, NoOpenStartTagException, TerminationException, XPathException.Circularity
Subclass of XPathException used for dynamic errors
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class XPathException
XPathException.Circularity -
Field Summary
FieldsFields inherited from class XPathException
errorCode, errorCodeNamespace, errorObject -
Constructor Summary
ConstructorsConstructorDescriptionDynamicError(String message) DynamicError(String message, Throwable err) DynamicError(String message, SourceLocator loc) DynamicError(String message, SourceLocator loc, Throwable err) DynamicError(Throwable err) -
Method Summary
Methods inherited from class XPathException
getErrorCodeLocalPart, getErrorCodeNamespace, getErrorObject, hasBeenReported, isTypeError, makeStatic, setErrorCode, setErrorCode, setErrorObject, setHasBeenReported, setIsTypeErrorMethods inherited from class TransformerException
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocatorMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, toString
-
Field Details
-
context
-
-
Constructor Details
-
DynamicError
-
DynamicError
-
DynamicError
-
DynamicError
-
DynamicError
-
-
Method Details
-
setXPathContext
-
getXPathContext
-
makeDynamicError
-