Class CmmnBehaviorLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
- Author:
- Stefan Hentschel.
- 
Field SummaryFieldsFields inherited from class org.camunda.bpm.engine.impl.ProcessEngineLoggerADMIN_PLUGIN_LOGGER, BPMN_BEHAVIOR_LOGGER, BPMN_PARSE_LOGGER, CMD_LOGGER, CMMN_OPERATION_LOGGER, CMMN_TRANSFORMER_LOGGER, CMNN_BEHAVIOR_LOGGER, CONFIG_LOGGER, CONTAINER_INTEGRATION_LOGGER, CONTEXT_LOGGER, CORE_LOGGER, DECISION_LOGGER, EXTERNAL_TASK_LOGGER, INCIDENT_LOGGER, INDENTITY_LOGGER, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_LOGGER, MIGRATION_LOGGER, PERSISTENCE_LOGGER, PROCESS_APPLICATION_LOGGER, PROJECT_CODE, PVM_LOGGER, SCRIPT_LOGGER, SECURITY_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGERFields inherited from class org.camunda.commons.logging.BaseLoggercomponentId, delegateLogger, projectCode
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionalreadyActiveException(String transition, String id) alreadyClosedCaseException(String transition, String id) alreadyStateCaseException(String transition, String id, String state) alreadySuspendedException(String transition, String id) alreadyTerminatedException(String transition, String id) criteriaNotAllowedException(String criteria, String id, String additionalMessage) criteriaNotAllowedForCaseInstanceException(String criteria, String id) criteriaNotAllowedForEventListenerException(String criteria, String id) decisionDefinitionEvaluationFailed(CmmnActivityExecution execution, Exception cause) forbiddenManualCompletitionException(String transition, String id, String type) illegalStateTransitionException(String transition, String id, String typeName) impossibleTransitionException(String transition, String id) isAlreadyInStateException(String transition, String id, CaseExecutionState state) missingDelegateParentClassException(String className, String parentClass) notACaseInstanceException(String transition, String id) remainingChildException(String transition, String id, String childId, CaseExecutionState childState) resumeInactiveCaseException(String transition, String id) suspendCaseException(String id, CaseExecutionState currentState) terminateCaseException(String id, CaseExecutionState currentState) transitCaseException(String transition, String id, CaseExecutionState currentState) unexpectedStateException(String transition, String id, CaseExecutionState expectedState, CaseExecutionState currentState) unsupportedTransientOperationException(String className) wrongCaseStateException(String transition, String id, String acceptedState, String currentState) wrongCaseStateException(String transition, String id, String altTransition, String acceptedState, String currentState) wrongChildStateException(String transition, String id, String childId, String stateList) Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLoggercouldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobExceptionMethods inherited from class org.camunda.commons.logging.BaseLoggercreateLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
- 
Field Details- 
caseStateTransitionMessage- See Also:
 
 
- 
- 
Constructor Details- 
CmmnBehaviorLoggerpublic CmmnBehaviorLogger()
 
- 
- 
Method Details- 
ruleExpressionNotBooleanException
- 
forbiddenManualCompletitionExceptionpublic CaseIllegalStateTransitionException forbiddenManualCompletitionException(String transition, String id, String type) 
- 
criteriaNotAllowedExceptionpublic CaseIllegalStateTransitionException criteriaNotAllowedException(String criteria, String id, String additionalMessage) 
- 
criteriaNotAllowedForEventListenerOrMilestonesExceptionpublic CaseIllegalStateTransitionException criteriaNotAllowedForEventListenerOrMilestonesException(String criteria, String id) 
- 
criteriaNotAllowedForEventListenerExceptionpublic CaseIllegalStateTransitionException criteriaNotAllowedForEventListenerException(String criteria, String id) 
- 
criteriaNotAllowedForCaseInstanceExceptionpublic CaseIllegalStateTransitionException criteriaNotAllowedForCaseInstanceException(String criteria, String id) 
- 
resumeInactiveCaseExceptionpublic CaseIllegalStateTransitionException resumeInactiveCaseException(String transition, String id) 
- 
illegalStateTransitionExceptionpublic CaseIllegalStateTransitionException illegalStateTransitionException(String transition, String id, String typeName) 
- 
alreadyStateCaseExceptionpublic CaseIllegalStateTransitionException alreadyStateCaseException(String transition, String id, String state) 
- 
alreadyClosedCaseException
- 
alreadyActiveException
- 
alreadyTerminatedException
- 
alreadySuspendedException
- 
wrongCaseStateExceptionpublic CaseIllegalStateTransitionException wrongCaseStateException(String transition, String id, String acceptedState, String currentState) 
- 
wrongCaseStateException
- 
notACaseInstanceException
- 
isAlreadyInStateExceptionpublic CaseIllegalStateTransitionException isAlreadyInStateException(String transition, String id, CaseExecutionState state) 
- 
unexpectedStateExceptionpublic CaseIllegalStateTransitionException unexpectedStateException(String transition, String id, CaseExecutionState expectedState, CaseExecutionState currentState) 
- 
impossibleTransitionExceptionpublic CaseIllegalStateTransitionException impossibleTransitionException(String transition, String id) 
- 
remainingChildExceptionpublic CaseIllegalStateTransitionException remainingChildException(String transition, String id, String childId, CaseExecutionState childState) 
- 
wrongChildStateExceptionpublic CaseIllegalStateTransitionException wrongChildStateException(String transition, String id, String childId, String stateList) 
- 
transitCaseExceptionpublic PvmException transitCaseException(String transition, String id, CaseExecutionState currentState) 
- 
suspendCaseException
- 
terminateCaseException
- 
missingDelegateParentClassExceptionpublic ProcessEngineException missingDelegateParentClassException(String className, String parentClass) 
- 
unsupportedTransientOperationException
- 
invokeVariableListenerException
- 
decisionDefinitionEvaluationFailedpublic ProcessEngineException decisionDefinitionEvaluationFailed(CmmnActivityExecution execution, Exception cause) 
 
-