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:
  • Constructor Details

    • InvalidTemplateStateException

      public InvalidTemplateStateException(String message)
      Constructs a new InvalidTemplateStateException 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.