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:
java.io.Serializable
- Enclosing class:
- XPathException
public static class XPathException.Circularity extends DynamicError
Subclass used to report circularities- See Also:
- Serialized Form
-
-
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
context
-
Fields inherited from class net.sf.saxon.trans.XPathException
errorCode, errorCodeNamespace, errorObject
-
-
Constructor Summary
Constructors Constructor Description Circularity(java.lang.String message)
-
Method Summary
-
Methods inherited from class net.sf.saxon.trans.DynamicError
getXPathContext, makeDynamicError, setXPathContext
-
Methods inherited from class net.sf.saxon.trans.XPathException
getErrorCodeLocalPart, getErrorCodeNamespace, getErrorObject, hasBeenReported, isTypeError, makeStatic, setErrorCode, setErrorCode, setErrorObject, setHasBeenReported, setIsTypeError
-
Methods inherited from class javax.xml.transform.TransformerException
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator
-
-