|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.eclipse.smila.jobmanager.exceptions.NoSuchTaskGeneratorException
public class NoSuchTaskGeneratorException
unchecked exception thrown when the specified task generator could not be retrieved.
| 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 |
|---|
public NoSuchTaskGeneratorException()
public NoSuchTaskGeneratorException(java.lang.String message,
java.lang.Throwable cause)
public NoSuchTaskGeneratorException(java.lang.String s)
public NoSuchTaskGeneratorException(java.lang.Throwable cause)
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||