net.sf.saxon.instruct

Class TerminationException


public class TerminationException
extends XPathException

An exception thrown by xsl:message terminate="yes".

Nested Class Summary

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

XPathException.Circularity

Constructor Summary

TerminationException(String message)
Construct a TerminationException

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

TerminationException

public TerminationException(String message)
Construct a TerminationException
Parameters:
message - the text of the message to be output