Class UnknownProcessEventException

All Implemented Interfaces:
Serializable

public class UnknownProcessEventException extends ProcessException
This type of exception is used when an invalid process event name is encountered.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownProcessEventException

      public UnknownProcessEventException(String processEventName)
      Constructs the exception with the invalid process event name.
      Parameters:
      processEventName - The name of the process event that is invalid
  • Method Details

    • getProcessEventName

      public String getProcessEventName()
      This method returns the name of the process event that was invalid.
      Returns:
      the name of the process event that was invalid.