Package org.flowable.common.engine.api
Class FlowableIllegalArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flowable.common.engine.api.FlowableException
org.flowable.common.engine.api.FlowableIllegalArgumentException
- All Implemented Interfaces:
Serializable
An exception indicating that an illegal argument has been supplied in an Flowable API-call, an illegal value was configured in the engine's configuration or an illegal value has been supplied or an
illegal value is used in a process-definition.
- Author:
- Frederik Heremans
- See Also:
-
Field Summary
Fields inherited from class org.flowable.common.engine.api.FlowableException
isLogged, reduceLogLevel
-
Constructor Summary
ConstructorsConstructorDescriptionFlowableIllegalArgumentException
(String message) FlowableIllegalArgumentException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.flowable.common.engine.api.FlowableException
isLogged, isReduceLogLevel, setLogged, setReduceLogLevel
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FlowableIllegalArgumentException
-
FlowableIllegalArgumentException
-