net.sf.saxon.event

Class CopyNamespaceSensitiveException


public class CopyNamespaceSensitiveException
extends XPathException

Exception indicating that an attempt was made to copy namespace-sensitive content without copying its associated namespaces

Nested Class Summary

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

XPathException.Circularity

Constructor Summary

CopyNamespaceSensitiveException(String message)
Create an XPathException with an error message

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

CopyNamespaceSensitiveException

public CopyNamespaceSensitiveException(String message)
Create an XPathException with an error message
Parameters:
message - the message explaining what is wrong. This should not include location information.