org.globus.cog.karajan.stack
Class VariableNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.globus.cog.karajan.workflow.ExecutionException
org.globus.cog.karajan.stack.VariableNotFoundException
- All Implemented Interfaces:
- Serializable
- public class VariableNotFoundException
- extends ExecutionException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)