org.ucl.xpath
Class StaticNsNameError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.ucl.xpath.XPathException
              extended byorg.ucl.xpath.StaticError
                  extended byorg.ucl.xpath.StaticNameError
                      extended byorg.ucl.xpath.StaticNsNameError
All Implemented Interfaces:
java.io.Serializable

public class StaticNsNameError
extends StaticNameError

Static namespace name error class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ucl.xpath.StaticNameError
NAME_NOT_FOUND
 
Constructor Summary
StaticNsNameError(java.lang.String reason)
           
 
Method Summary
static StaticNsNameError unknown_prefix(java.lang.String pref)
          Constructor.
 
Methods inherited from class org.ucl.xpath.StaticError
code
 
Methods inherited from class org.ucl.xpath.XPathException
reason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StaticNsNameError

public StaticNsNameError(java.lang.String reason)
Method Detail

unknown_prefix

public static StaticNsNameError unknown_prefix(java.lang.String pref)
Constructor.

Parameters:
pref - is the unknown prefix.
Returns:
the error.