Class NamespaceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.saxon.om.NamespaceException
All Implemented Interfaces:
Serializable

public class NamespaceException extends Exception
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 Details

  • Constructor Details

    • NamespaceException

      public NamespaceException(String prefix)
  • Method Details