org.globus.cog.karajan.stack
Class VariableNotFoundException

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

public class VariableNotFoundException
extends ExecutionException

See Also:
Serialized Form

Constructor Summary
VariableNotFoundException()
           
VariableNotFoundException(String message)
           
VariableNotFoundException(String message, Throwable cause)
           
VariableNotFoundException(Throwable cause)
           
VariableNotFoundException(VariableStack stack, String message)
           
VariableNotFoundException(VariableStack stack, String message, Throwable cause)
           
 
Methods inherited from class org.globus.cog.karajan.workflow.ExecutionException
getStack
 
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

VariableNotFoundException

public VariableNotFoundException()

VariableNotFoundException

public VariableNotFoundException(String message)

VariableNotFoundException

public VariableNotFoundException(String message,
                                 Throwable cause)

VariableNotFoundException

public VariableNotFoundException(Throwable cause)

VariableNotFoundException

public VariableNotFoundException(VariableStack stack,
                                 String message)

VariableNotFoundException

public VariableNotFoundException(VariableStack stack,
                                 String message,
                                 Throwable cause)