Uses of Class
org.camunda.bpm.engine.impl.pvm.PvmException
-
Packages that use PvmException Package Description org.camunda.bpm.engine.impl.cmmn.behavior -
-
Uses of PvmException in org.camunda.bpm.engine.impl.cmmn.behavior
Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return PvmException Modifier and Type Method Description PvmException
CmmnBehaviorLogger. suspendCaseException(String id, CaseExecutionState currentState)
PvmException
CmmnBehaviorLogger. terminateCaseException(String id, CaseExecutionState currentState)
PvmException
CmmnBehaviorLogger. transitCaseException(String transition, String id, CaseExecutionState currentState)
-