org.globus.cog.karajan.arguments
Class NoSuchArgumentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.cog.karajan.workflow.ExecutionException
              extended byorg.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)
           
 
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

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)