Package net.sf.saxon.trans
Class XPathException.Circularity
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.transform.TransformerException
net.sf.saxon.trans.XPathException
net.sf.saxon.trans.DynamicError
net.sf.saxon.trans.XPathException.Circularity
- All Implemented Interfaces:
Serializable
- Enclosing class:
XPathException
Subclass used to report circularities
- 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.DynamicError
contextFields inherited from class net.sf.saxon.trans.XPathException
errorCode, errorCodeNamespace, errorObject -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.saxon.trans.DynamicError
getXPathContext, makeDynamicError, setXPathContextMethods inherited from class net.sf.saxon.trans.XPathException
getErrorCodeLocalPart, getErrorCodeNamespace, getErrorObject, hasBeenReported, isTypeError, makeStatic, setErrorCode, setErrorCode, setErrorObject, setHasBeenReported, setIsTypeErrorMethods inherited from class javax.xml.transform.TransformerException
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocatorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, toString
-
Constructor Details
-
Circularity
-