org.camunda.bpm.dmn.engine.impl
Class DmnExpressionLogger

java.lang.Object
  extended by org.camunda.commons.logging.BaseLogger
      extended by org.camunda.bpm.dmn.engine.impl.DmnLogger
          extended by org.camunda.bpm.dmn.engine.impl.DmnExpressionLogger

public class DmnExpressionLogger
extends DmnLogger


Field Summary
 
Fields inherited from class org.camunda.bpm.dmn.engine.impl.DmnLogger
ENGINE_LOGGER, EXPRESSION_LOGGER, HIT_POLICY_LOGGER, PROJECT_CODE, PROJECT_LOGGER, TRANSFORM_LOGGER
 
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
 
Constructor Summary
DmnExpressionLogger()
           
 
Method Summary
 DmnTransformException expressionDoesNotContainText(org.camunda.bpm.model.dmn.instance.LiteralExpression expression)
           
 DmnTransformException expressionTypeNotSupported(org.camunda.bpm.model.dmn.instance.Expression expression)
           
 
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
 

Constructor Detail

DmnExpressionLogger

public DmnExpressionLogger()
Method Detail

expressionTypeNotSupported

public DmnTransformException expressionTypeNotSupported(org.camunda.bpm.model.dmn.instance.Expression expression)

expressionDoesNotContainText

public DmnTransformException expressionDoesNotContainText(org.camunda.bpm.model.dmn.instance.LiteralExpression expression)


Copyright © 2015 camunda services GmbH. All rights reserved.