org.globus.cog.karajan.arguments
Class NoSuchArgumentException

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.arguments.NoSuchArgumentException
All Implemented Interfaces:
Serializable

public class NoSuchArgumentException
extends ExecutionException

See Also:
Serialized Form

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

NoSuchArgumentException

public NoSuchArgumentException()

NoSuchArgumentException

public NoSuchArgumentException(String message)

NoSuchArgumentException

public NoSuchArgumentException(String message,
                               Throwable cause)

NoSuchArgumentException

public NoSuchArgumentException(Throwable cause)

NoSuchArgumentException

public NoSuchArgumentException(VariableStack stack,
                               String message)

NoSuchArgumentException

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