Class MissingParameterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.redhat.parodos.workflow.exception.MissingParameterException
All Implemented Interfaces:
Serializable

public class MissingParameterException extends Exception
Thrown when the @see WorkContext is missing a @see WorkFlowTaskParameter
Author:
Luke Shannon (Github: lshannon)
See Also:
  • Constructor Details

    • MissingParameterException

      public MissingParameterException(String errorMessage)