org.ucl.xpath
Class StaticNameError

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StaticAttrNameError, StaticElemNameError, StaticFunctNameError, StaticNsNameError, StaticTypeNameError, StaticVarNameError

public class StaticNameError
extends StaticError

Error caused by static name.

See Also:
Serialized Form

Field Summary
static java.lang.String NAME_NOT_FOUND
           
 
Constructor Summary
StaticNameError(java.lang.String reason)
          Constructor for static name error
StaticNameError(java.lang.String code, java.lang.String reason)
          Constructor for static name error
 
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
 

Field Detail

NAME_NOT_FOUND

public static final java.lang.String NAME_NOT_FOUND
See Also:
Constant Field Values
Constructor Detail

StaticNameError

public StaticNameError(java.lang.String code,
                       java.lang.String reason)
Constructor for static name error

Parameters:
code - is the code.
reason - is the reason for the error.

StaticNameError

public StaticNameError(java.lang.String reason)
Constructor for static name error

Parameters:
reason - is the reason for the error.