Class InvalidTemplateStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.aristaflow.adept2.model.processmodel.InvalidTemplateStateException
-
- All Implemented Interfaces:
Serializable
public class InvalidTemplateStateException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTemplateStateException(String message)
Constructs a newInvalidTemplateStateException
having 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 Detail
-
InvalidTemplateStateException
public InvalidTemplateStateException(String message)
Constructs a newInvalidTemplateStateException
having 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.
-
-