Package org.camunda.bpm.engine.impl.util
Class EngineUtilLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.util.EngineUtilLogger
- Author:
- Daniel Meyer
-
Field Summary
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, 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_LOGGER
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionambiguousSetterMethod
(String setterName, String name) cannotFindResource
(String resourcePath) cannotParseDuration
(String expressions) classLoadingException
(String className, Throwable throwable) void
debugClassLoading
(String className, String classLoaderDescription, ClassLoader classLoader) void
debugCloseException
(IOException ignore) void
debugCouldNotResolveCallableElement
(String callingProcessDefinitionId, String activityId, Throwable cause) exceptionDuringFormParsing
(String cause, String resourceName) exceptionDuringParsing
(String string, String resourceName, List<Problem> errors, List<Problem> warnings) exceptionWhileApplyingFieldDeclatation
(String declName, String className, Exception e) exceptionWhileGettingFile
(String filePath, Exception e) exceptionWhileInstantiatingClass
(String className, Exception e) exceptionWhileInvokingMethod
(String methodName, Object target, Exception e) exceptionWhileParsingCycleExpresison
(String duedateDescription, Exception e) exceptionWhileReadingFile
(String filePath, Exception e) exceptionWhileReadingStream
(String inputStreamName, Exception e) exceptionWhileResolvingDuedate
(String duedate, Exception e) exceptionWhileSettingField
(Field field, Object object, Object value, Exception e) exceptionWhileWritingToFile
(String filePath, Exception e) incompatibleTypeForFieldDeclaration
(FieldDeclaration declaration, Object target, Field field) invalidBitNumber
(int bitNumber) void
void
void
void
logParseWarnings
(String formattedMessage) void
logParsingRetryIntervals
(String intervals, Exception e) malformedUrlException
(String url, Throwable cause) multipleSourcesException
(StreamSource source1, StreamSource source2) notInsideCommandContext
(String operation) parsingFailureException
(String name, Throwable cause) unableToAccessField
(Field field, String name) unableToAccessMethod
(String methodName, String name) void
Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
couldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobException
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Constructor Details
-
EngineUtilLogger
public EngineUtilLogger()
-
-
Method Details
-
malformedUrlException
-
multipleSourcesException
-
parsingFailureException
-
logParseWarnings
-
exceptionDuringParsing
-
unableToSetSchemaResource
-
invalidBitNumber
-
exceptionWhileInstantiatingClass
-
exceptionWhileApplyingFieldDeclatation
public ProcessEngineException exceptionWhileApplyingFieldDeclatation(String declName, String className, Exception e) -
incompatibleTypeForFieldDeclaration
public ProcessEngineException incompatibleTypeForFieldDeclaration(FieldDeclaration declaration, Object target, Field field) -
exceptionWhileReadingStream
-
exceptionWhileReadingFile
-
exceptionWhileGettingFile
-
exceptionWhileWritingToFile
-
debugCloseException
-
debugClassLoading
public void debugClassLoading(String className, String classLoaderDescription, ClassLoader classLoader) -
classLoadingException
-
cannotConvertUrlToUri
-
exceptionWhileInvokingMethod
public ProcessEngineException exceptionWhileInvokingMethod(String methodName, Object target, Exception e) -
unableToAccessField
-
unableToAccessMethod
-
exceptionWhileSettingField
public ProcessEngineException exceptionWhileSettingField(Field field, Object object, Object value, Exception e) -
ambiguousSetterMethod
-
cannotFindResource
-
notInsideCommandContext
-
exceptionWhileParsingCycleExpresison
public ProcessEngineException exceptionWhileParsingCycleExpresison(String duedateDescription, Exception e) -
exceptionWhileResolvingDuedate
-
cannotParseDuration
-
logParsingRetryIntervals
-
logJsonException
-
logAccessExternalSchemaNotSupported
-
logMissingPropertiesFile
-
exceptionDuringFormParsing
-
debugCouldNotResolveCallableElement
-
exceptionWhileSettingXxeProcessing
-