org.camunda.bpm.engine.impl.bpmn.parser
Class BpmnParseLogger

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.bpmn.parser.BpmnParseLogger

public class BpmnParseLogger
extends ProcessEngineLogger

Author:
Stefan Hentschel.

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
BPMN_BEHAVIOR_LOGGER, CMMN_OPERATION_LOGGER, CMMN_TRANSFORMER_LOGGER, CMNN_BEHAVIOR_LOGGER, PARSE_LOGGER, PERSISTENCE_LOGGER, PROJECT_CODE
 
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
 
Constructor Summary
BpmnParseLogger()
           
 
Method Summary
 void ignoringNonExecutableProcess(String elementId)
           
 ProcessEngineException malformedUrlException(String url, Throwable cause)
           
 void missingIsExecutableAttribute(String elementId)
           
 ProcessEngineException multipleSourcesException(StreamSource source1, StreamSource source2)
           
 void parsingElement(String elementType, String elementId)
           
 void parsingFailure(Throwable cause)
           
 ProcessEngineException parsingFailureException(String name, Throwable cause)
           
 ProcessEngineException parsingProcessException(Exception cause)
           
 void unableToSetSchemaResource(Throwable cause)
           
 
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

BpmnParseLogger

public BpmnParseLogger()
Method Detail

parsingElement

public void parsingElement(String elementType,
                           String elementId)

ignoringNonExecutableProcess

public void ignoringNonExecutableProcess(String elementId)

missingIsExecutableAttribute

public void missingIsExecutableAttribute(String elementId)

parsingFailure

public void parsingFailure(Throwable cause)

unableToSetSchemaResource

public void unableToSetSchemaResource(Throwable cause)

malformedUrlException

public ProcessEngineException malformedUrlException(String url,
                                                    Throwable cause)

multipleSourcesException

public ProcessEngineException multipleSourcesException(StreamSource source1,
                                                       StreamSource source2)

parsingFailureException

public ProcessEngineException parsingFailureException(String name,
                                                      Throwable cause)

parsingProcessException

public ProcessEngineException parsingProcessException(Exception cause)


Copyright © 2015 camunda services GmbH. All rights reserved.