net.sf.saxon.trans

Class StaticError


public class StaticError
extends XPathException

Exception used for static errors in XPath, XSLT, or XQuery

Nested Class Summary

Nested classes/interfaces inherited from class net.sf.saxon.trans.XPathException

XPathException.Circularity

Constructor Summary

StaticError(Exception err)
StaticError(String message)
StaticError(String message, SourceLocator loc)
StaticError(String message, Throwable err)

Method Summary

Methods inherited from class net.sf.saxon.trans.XPathException

getErrorCodeLocalPart, getErrorCodeNamespace, getErrorObject, getXPathContext, hasBeenReported, isStaticError, isTypeError, makeStatic, makeXPathException, maybeSetContext, maybeSetLocation, setErrorCode, setErrorCode, setErrorObject, setHasBeenReported, setIsStaticError, setIsTypeError, setXPathContext

Constructor Details

StaticError

public StaticError(Exception err)

StaticError

public StaticError(String message)

StaticError

public StaticError(String message,
                   SourceLocator loc)

StaticError

public StaticError(String message,
                   Throwable err)