org.mindswap.exceptions
Class UnboundVariableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mindswap.exceptions.UnboundVariableException
All Implemented Interfaces:
java.io.Serializable

public class UnboundVariableException
extends java.lang.RuntimeException

Author:
Evren Sirin
See Also:
Serialized Form

Constructor Summary
UnboundVariableException(Variable var)
           
UnboundVariableException(Variable var, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 Variable getVariable()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnboundVariableException

public UnboundVariableException(Variable var)

UnboundVariableException

public UnboundVariableException(Variable var,
                                java.lang.String message)
Method Detail

getVariable

public Variable getVariable()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2004 Evren Sirin. All Rights Reserved.