Class UnknownMessageEventException

All Implemented Interfaces:
Serializable

public class UnknownMessageEventException extends ProcessException
This type of exception is used when an unknown message event name is encountered.
Since:
9.1
Author:
A. Pragt
See Also:
  • Constructor Details

    • UnknownMessageEventException

      public UnknownMessageEventException(String messageEventName)
      Constructs the exception with the invalid message event name.
      Parameters:
      messageEventName - The name of the message event that is invalid
  • Method Details

    • getMessageEventName

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