org.oXML.xpath.variable
Class UnboundVariableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.oXML.ObjectBoxException
              extended byorg.oXML.xpath.XPathException
                  extended byorg.oXML.xpath.variable.UnboundVariableException
All Implemented Interfaces:
java.io.Serializable

public class UnboundVariableException
extends XPathException

See Also:
Serialized Form

Constructor Summary
UnboundVariableException(Name variableName)
           
 
Method Summary
 Name getName()
           
 
Methods inherited from class org.oXML.ObjectBoxException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

UnboundVariableException

public UnboundVariableException(Name variableName)
Method Detail

getName

public Name getName()