org.globus.cog.karajan.workflow
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.globus.cog.karajan.workflow.ExecutionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbortException, MultipleArgumentsException, NoSuchArgumentException, VariableNotFoundException

public class ExecutionException
extends Exception

See Also:
Serialized Form

Constructor Summary
ExecutionException()
           
ExecutionException(String message)
           
ExecutionException(String message, Throwable cause)
           
ExecutionException(Throwable cause)
           
ExecutionException(VariableStack stack, String message)
           
ExecutionException(VariableStack stack, String message, Throwable cause)
           
 
Method Summary
 VariableStack getStack()
           
 void setStack(VariableStack stack)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ExecutionException

public ExecutionException()

ExecutionException

public ExecutionException(VariableStack stack,
                          String message)

ExecutionException

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

ExecutionException

public ExecutionException(String message)

ExecutionException

public ExecutionException(String message,
                          Throwable cause)

ExecutionException

public ExecutionException(Throwable cause)
Method Detail

getStack

public VariableStack getStack()

setStack

public void setStack(VariableStack stack)

toString

public String toString()
Overrides:
toString in class Throwable