Class InvalidTemplateStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.model.processmodel.InvalidTemplateStateException
- All Implemented Interfaces:
Serializable
This exception will be raised if a process template is not in the right state
to perform a desired method.
- Author:
- Ulrich Kreher
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTemplateStateException(String message) Constructs a newInvalidTemplateStateExceptionhaving the designated message providing more information on the problem of the template state causing this exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTemplateStateException
Constructs a newInvalidTemplateStateExceptionhaving the designated message providing more information on the problem of the template state causing this exception.- Parameters:
message- A message providing more information on the problem of the template state causing this exception.
-