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.XPathException.Circularity
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- XPathException
public static class XPathException.Circularity
- extends XPathException
Subclass of XPathException used to report circularities
- See Also:
- Serialized Form
Methods inherited from class net.sf.saxon.trans.XPathException |
getAdditionalLocationText, getErrorCodeLocalPart, getErrorCodeNamespace, getErrorCodeQName, getErrorObject, getXPathContext, hasBeenReported, isGlobalError, isReportableStatically, isStaticError, isTypeError, makeStatic, makeXPathException, maybeSetContext, maybeSetErrorCode, maybeSetLocation, setAdditionalLocationText, setErrorCode, setErrorCodeQName, setErrorObject, setHasBeenReported, setIsGlobalError, setIsStaticError, setIsTypeError, setXPathContext |
XPathException.Circularity
public XPathException.Circularity(String message)
- Create an exception indicating that a circularity was detected
- Parameters:
message
- the error message
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.