org.camunda.bpm.engine.impl.cmmn.behavior
Class CmmnBehaviorLogger

java.lang.Object
  extended by org.camunda.commons.logging.BaseLogger
      extended by org.camunda.bpm.engine.impl.ProcessEngineLogger
          extended by org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger

public class CmmnBehaviorLogger
extends ProcessEngineLogger

Author:
Stefan Hentschel.

Field Summary
protected  String caseStateTransitionMessage
           
 
Fields inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
ADMIN_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, 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_LOGGER
 
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
 
Constructor Summary
CmmnBehaviorLogger()
           
 
Method Summary
 CaseIllegalStateTransitionException alreadyActiveException(String transition, String id)
           
 CaseIllegalStateTransitionException alreadyClosedCaseException(String transition, String id)
           
 CaseIllegalStateTransitionException alreadyStateCaseException(String transition, String id, String state)
           
 CaseIllegalStateTransitionException alreadySuspendedException(String transition, String id)
           
 CaseIllegalStateTransitionException alreadyTerminatedException(String transition, String id)
           
 CaseIllegalStateTransitionException criteriaNotAllowedException(String criteria, String id, String additionalMessage)
           
 CaseIllegalStateTransitionException criteriaNotAllowedForCaseInstanceException(String criteria, String id)
           
 CaseIllegalStateTransitionException criteriaNotAllowedForEventListenerException(String criteria, String id)
           
 CaseIllegalStateTransitionException criteriaNotAllowedForEventListenerOrMilestonesException(String criteria, String id)
           
 ProcessEngineException decisionDefinitionEvaluationFailed(CmmnActivityExecution execution, Exception cause)
           
 CaseIllegalStateTransitionException forbiddenManualCompletitionException(String transition, String id, String type)
           
 CaseIllegalStateTransitionException illegalStateTransitionException(String transition, String id, String typeName)
           
 CaseIllegalStateTransitionException impossibleTransitionException(String transition, String id)
           
 ProcessEngineException invokeVariableListenerException(Throwable cause)
           
 CaseIllegalStateTransitionException isAlreadyInStateException(String transition, String id, CaseExecutionState state)
           
 ProcessEngineException missingDelegateParentClassException(String className, String parentClass)
           
 CaseIllegalStateTransitionException notACaseInstanceException(String transition, String id)
           
 CaseIllegalStateTransitionException remainingChildException(String transition, String id, String childId, CaseExecutionState childState)
           
 CaseIllegalStateTransitionException resumeInactiveCaseException(String transition, String id)
           
 ProcessEngineException ruleExpressionNotBooleanException(Object result)
           
 PvmException suspendCaseException(String id, CaseExecutionState currentState)
           
 PvmException terminateCaseException(String id, CaseExecutionState currentState)
           
 PvmException transitCaseException(String transition, String id, CaseExecutionState currentState)
           
 CaseIllegalStateTransitionException unexpectedStateException(String transition, String id, CaseExecutionState expectedState, CaseExecutionState currentState)
           
 UnsupportedOperationException unsupportedTransientOperationException(String className)
           
 CaseIllegalStateTransitionException wrongCaseStateException(String transition, String id, String acceptedState, String currentState)
           
 CaseIllegalStateTransitionException wrongCaseStateException(String transition, String id, String altTransition, String acceptedState, String currentState)
           
 CaseIllegalStateTransitionException wrongChildStateException(String transition, String id, String childId, String stateList)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated
 
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, logDebug, logError, logInfo, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caseStateTransitionMessage

protected final String caseStateTransitionMessage
See Also:
Constant Field Values
Constructor Detail

CmmnBehaviorLogger

public CmmnBehaviorLogger()
Method Detail

ruleExpressionNotBooleanException

public ProcessEngineException ruleExpressionNotBooleanException(Object result)

forbiddenManualCompletitionException

public CaseIllegalStateTransitionException forbiddenManualCompletitionException(String transition,
                                                                                String id,
                                                                                String type)

criteriaNotAllowedException

public CaseIllegalStateTransitionException criteriaNotAllowedException(String criteria,
                                                                       String id,
                                                                       String additionalMessage)

criteriaNotAllowedForEventListenerOrMilestonesException

public CaseIllegalStateTransitionException criteriaNotAllowedForEventListenerOrMilestonesException(String criteria,
                                                                                                   String id)

criteriaNotAllowedForEventListenerException

public CaseIllegalStateTransitionException criteriaNotAllowedForEventListenerException(String criteria,
                                                                                       String id)

criteriaNotAllowedForCaseInstanceException

public CaseIllegalStateTransitionException criteriaNotAllowedForCaseInstanceException(String criteria,
                                                                                      String id)

resumeInactiveCaseException

public CaseIllegalStateTransitionException resumeInactiveCaseException(String transition,
                                                                       String id)

illegalStateTransitionException

public CaseIllegalStateTransitionException illegalStateTransitionException(String transition,
                                                                           String id,
                                                                           String typeName)

alreadyStateCaseException

public CaseIllegalStateTransitionException alreadyStateCaseException(String transition,
                                                                     String id,
                                                                     String state)

alreadyClosedCaseException

public CaseIllegalStateTransitionException alreadyClosedCaseException(String transition,
                                                                      String id)

alreadyActiveException

public CaseIllegalStateTransitionException alreadyActiveException(String transition,
                                                                  String id)

alreadyTerminatedException

public CaseIllegalStateTransitionException alreadyTerminatedException(String transition,
                                                                      String id)

alreadySuspendedException

public CaseIllegalStateTransitionException alreadySuspendedException(String transition,
                                                                     String id)

wrongCaseStateException

public CaseIllegalStateTransitionException wrongCaseStateException(String transition,
                                                                   String id,
                                                                   String acceptedState,
                                                                   String currentState)

wrongCaseStateException

public CaseIllegalStateTransitionException wrongCaseStateException(String transition,
                                                                   String id,
                                                                   String altTransition,
                                                                   String acceptedState,
                                                                   String currentState)

notACaseInstanceException

public CaseIllegalStateTransitionException notACaseInstanceException(String transition,
                                                                     String id)

isAlreadyInStateException

public CaseIllegalStateTransitionException isAlreadyInStateException(String transition,
                                                                     String id,
                                                                     CaseExecutionState state)

unexpectedStateException

public CaseIllegalStateTransitionException unexpectedStateException(String transition,
                                                                    String id,
                                                                    CaseExecutionState expectedState,
                                                                    CaseExecutionState currentState)

impossibleTransitionException

public CaseIllegalStateTransitionException impossibleTransitionException(String transition,
                                                                         String id)

remainingChildException

public CaseIllegalStateTransitionException remainingChildException(String transition,
                                                                   String id,
                                                                   String childId,
                                                                   CaseExecutionState childState)

wrongChildStateException

public CaseIllegalStateTransitionException wrongChildStateException(String transition,
                                                                    String id,
                                                                    String childId,
                                                                    String stateList)

transitCaseException

public PvmException transitCaseException(String transition,
                                         String id,
                                         CaseExecutionState currentState)

suspendCaseException

public PvmException suspendCaseException(String id,
                                         CaseExecutionState currentState)

terminateCaseException

public PvmException terminateCaseException(String id,
                                           CaseExecutionState currentState)

missingDelegateParentClassException

public ProcessEngineException missingDelegateParentClassException(String className,
                                                                  String parentClass)

unsupportedTransientOperationException

public UnsupportedOperationException unsupportedTransientOperationException(String className)

invokeVariableListenerException

public ProcessEngineException invokeVariableListenerException(Throwable cause)

decisionDefinitionEvaluationFailed

public ProcessEngineException decisionDefinitionEvaluationFailed(CmmnActivityExecution execution,
                                                                 Exception cause)


Copyright © 2017 camunda services GmbH. All rights reserved.