Class InvalidWorkflowJobConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uka.ipd.sdq.workflow.configuration.InvalidWorkflowJobConfigurationException
- All Implemented Interfaces:
Serializable
The Class InvalidWorkflowJobConfiguration.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidWorkflowJobConfigurationException
(String errorMessage) Instantiates a new invalid workflow job configuration. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidWorkflowJobConfigurationException
Instantiates a new invalid workflow job configuration.- Parameters:
errorMessage
- the error message
-