Package com.codingapi.flow.exception
Class FlowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.codingapi.flow.exception.FlowException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FlowConfigException,FlowExecutionException,FlowNotFoundException,FlowPermissionException,FlowStateException,FlowValidationException
流程引擎框架异常基类
所有流程引擎相关的异常都应该继承此类
- Since:
- 1.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlowException(String errorCode, String message) 构造函数FlowException(String errorCode, String message, Throwable cause) 构造函数 -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace