SMILA 1.0 API documentation

org.eclipse.smila.jobmanager.exceptions
Class NoSuchTaskGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.eclipse.smila.jobmanager.exceptions.NoSuchTaskGeneratorException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchTaskGeneratorException
extends java.lang.IllegalArgumentException

unchecked exception thrown when the specified task generator could not be retrieved.

See Also:
Serialized Form

Constructor Summary
NoSuchTaskGeneratorException()
          constructs a new instance.
NoSuchTaskGeneratorException(java.lang.String s)
          constructs a new instance.
NoSuchTaskGeneratorException(java.lang.String message, java.lang.Throwable cause)
          constructs a new instance.
NoSuchTaskGeneratorException(java.lang.Throwable cause)
          constructs a new instance.
 
Method Summary
 
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

NoSuchTaskGeneratorException

public NoSuchTaskGeneratorException()
constructs a new instance.


NoSuchTaskGeneratorException

public NoSuchTaskGeneratorException(java.lang.String message,
                                    java.lang.Throwable cause)
constructs a new instance.


NoSuchTaskGeneratorException

public NoSuchTaskGeneratorException(java.lang.String s)
constructs a new instance.


NoSuchTaskGeneratorException

public NoSuchTaskGeneratorException(java.lang.Throwable cause)
constructs a new instance.


SMILA 1.0 API documentation