org.globus.cog.karajan.parser
Class UndefinedVariableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.cog.karajan.parser.EvaluationException
              extended byorg.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)
           
 
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)