Class EventEndErrorActivityHandler.EventEndErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.bpmn.runtime.handler.EventEndErrorActivityHandler.EventEndErrorException
All Implemented Interfaces:
Serializable
Enclosing class:
EventEndErrorActivityHandler

public static class EventEndErrorActivityHandler.EventEndErrorException extends RuntimeException
Runtime exception representing explicit process failure.
See Also:
  • Constructor Details

    • EventEndErrorException

      public EventEndErrorException()
      Create an empty end error.
    • EventEndErrorException

      public EventEndErrorException(String message)
      Create an end error with an error message.