Package jadex.bpmn.runtime.handler
Class EventIntermediateErrorActivityHandler.EventIntermediateErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler.EventIntermediateErrorException
- All Implemented Interfaces:
Serializable
- Enclosing class:
EventIntermediateErrorActivityHandler
public static class EventIntermediateErrorActivityHandler.EventIntermediateErrorException
extends RuntimeException
Runtime exception representing explicit process failure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty end error.EventIntermediateErrorException
(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
-
EventIntermediateErrorException
public EventIntermediateErrorException()Create an empty end error. -
EventIntermediateErrorException
Create an end error with an error message.
-