Package org.flowable.common.engine.api
Class FlowableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flowable.common.engine.api.FlowableException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BpmnError,ContentStorageException,FlowableBatchPartMigrationException,FlowableClassLoadingException,FlowableConflictException,FlowableContentNotSupportedException,FlowableDmnExpressionException,FlowableForbiddenException,FlowableIllegalArgumentException,FlowableIllegalStateException,FlowableMailException,FlowableObjectNotFoundException,FlowableOptimisticLockingException,FlowableScriptEvaluationException,FlowableTaskAlreadyClaimedException,FlowableUnrecoverableJobException,FlowableWrongDbException,XMLException
Runtime exception that is the superclass of all Flowable exceptions.
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFlowableException(String message) FlowableException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisLogged()booleanvoidsetLogged(boolean isLogged) voidsetReduceLogLevel(boolean reduceLogLevel) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
isLogged
protected boolean isLogged -
reduceLogLevel
protected boolean reduceLogLevel
-
-
Constructor Details
-
FlowableException
-
FlowableException
-
-
Method Details
-
isLogged
public boolean isLogged() -
setLogged
public void setLogged(boolean isLogged) -
isReduceLogLevel
public boolean isReduceLogLevel() -
setReduceLogLevel
public void setReduceLogLevel(boolean reduceLogLevel)
-