net.sf.saxon.trans

Class StaticError

public class StaticError extends XPathException

Exception used for static errors in XPath, XSLT, or XQuery
Constructor Summary
StaticError(String message)
StaticError(Exception err)
StaticError(String message, Throwable err)
StaticError(String message, SourceLocator loc)
Method Summary
StaticErrormakeStatic()
Force an exception to a static error
static StaticErrormakeStaticError(TransformerException err)

Constructor Detail

StaticError

public StaticError(String message)

StaticError

public StaticError(Exception err)

StaticError

public StaticError(String message, Throwable err)

StaticError

public StaticError(String message, SourceLocator loc)

Method Detail

makeStatic

public StaticError makeStatic()
Force an exception to a static error

makeStaticError

public static StaticError makeStaticError(TransformerException err)