Package jadex.bpmn.runtime.handler
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
Runtime exception representing explicit process failure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty end error.EventEndErrorException
(String message) Create an end error with an error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventEndErrorException
public EventEndErrorException()Create an empty end error. -
EventEndErrorException
Create an end error with an error message.
-