SMILA (incubation) API documentation

org.eclipse.smila.jobmanager
Class InvalidConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.utils.MaybeRecoverableException
              extended by org.eclipse.smila.jobmanager.JobManagerException
                  extended by org.eclipse.smila.jobmanager.InvalidConfigException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigException
extends JobManagerException

Thrown on JobManager definition parsing and validation errors.

See Also:
Serialized Form

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

InvalidConfigException

public InvalidConfigException(java.lang.String message,
                              java.lang.Throwable cause)
create exception.

Parameters:
message - details
cause - reason

InvalidConfigException

public InvalidConfigException(java.lang.String message)
create exception.

Parameters:
message - details

SMILA (incubation) API documentation