|
SMILA (incubation) 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
org.eclipse.smila.utils.MaybeRecoverableException
org.eclipse.smila.jobmanager.JobManagerException
org.eclipse.smila.jobmanager.InvalidConfigException
public class InvalidConfigException
Thrown on JobManager definition parsing and validation errors.
| Constructor Summary | |
|---|---|
InvalidConfigException(java.lang.String message)
create exception. |
|
InvalidConfigException(java.lang.String message,
java.lang.Throwable cause)
create exception. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.smila.jobmanager.JobManagerException |
|---|
isRecoverableCause |
| Methods inherited from class org.eclipse.smila.utils.MaybeRecoverableException |
|---|
isRecoverable |
| 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 InvalidConfigException(java.lang.String message,
java.lang.Throwable cause)
message - detailscause - reasonpublic InvalidConfigException(java.lang.String message)
message - details
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||