org.globus.cog.karajan.parser
Class UndefinedVariableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.globus.cog.karajan.parser.EvaluationException
              extended by org.globus.cog.karajan.parser.UndefinedVariableException
All Implemented Interfaces:
Serializable

public class UndefinedVariableException
extends EvaluationException

See Also:
Serialized Form

Constructor Summary
UndefinedVariableException()
           
UndefinedVariableException(String message)
           
UndefinedVariableException(String message, Throwable cause)
           
UndefinedVariableException(Throwable cause)
           
 
Method Summary
 
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

UndefinedVariableException

public UndefinedVariableException()

UndefinedVariableException

public UndefinedVariableException(String message)

UndefinedVariableException

public UndefinedVariableException(Throwable cause)

UndefinedVariableException

public UndefinedVariableException(String message,
                                  Throwable cause)