org.globus.cog.karajan.stack
Class VariableNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.globus.cog.karajan.workflow.ExecutionException
              extended by org.globus.cog.karajan.stack.VariableNotFoundException
All Implemented Interfaces:
Serializable

public class VariableNotFoundException
extends ExecutionException

See Also:
Serialized Form

Constructor Summary
VariableNotFoundException()
           
VariableNotFoundException(String name)
           
VariableNotFoundException(String name, Throwable cause)
           
VariableNotFoundException(Throwable cause)
           
VariableNotFoundException(VariableStack stack, String name)
           
VariableNotFoundException(VariableStack stack, String name, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class org.globus.cog.karajan.workflow.ExecutionException
getStack, setStack, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableNotFoundException

public VariableNotFoundException()

VariableNotFoundException

public VariableNotFoundException(String name)

VariableNotFoundException

public VariableNotFoundException(String name,
                                 Throwable cause)

VariableNotFoundException

public VariableNotFoundException(Throwable cause)

VariableNotFoundException

public VariableNotFoundException(VariableStack stack,
                                 String name)

VariableNotFoundException

public VariableNotFoundException(VariableStack stack,
                                 String name,
                                 Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable