Package net.sf.saxon.om
Class NamespaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.saxon.om.NamespaceException
- All Implemented Interfaces:
Serializable
A NamespaceException represents an error condition whereby a QName (for example a variable
name or template name) uses a namespace prefix that is not declared
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
prefix
String prefix
-
-
Constructor Details
-
NamespaceException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-