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
-
public class EngineUtilLogger extends ProcessEngineLogger
- 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, TELEMETRY_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGER
-
-
Constructor Summary
Constructors Constructor Description EngineUtilLogger()
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
couldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobException
-
-
-
-
Method Detail
-
malformedUrlException
public ProcessEngineException malformedUrlException(String url, Throwable cause)
-
multipleSourcesException
public ProcessEngineException multipleSourcesException(StreamSource source1, StreamSource source2)
-
parsingFailureException
public ProcessEngineException parsingFailureException(String name, Throwable cause)
-
logParseWarnings
public void logParseWarnings(String formattedMessage)
-
exceptionDuringParsing
public ProcessEngineException exceptionDuringParsing(String string, String resourceName, List<Problem> errors, List<Problem> warnings)
-
unableToSetSchemaResource
public void unableToSetSchemaResource(Throwable cause)
-
invalidBitNumber
public ProcessEngineException invalidBitNumber(int bitNumber)
-
exceptionWhileInstantiatingClass
public ProcessEngineException exceptionWhileInstantiatingClass(String className, Exception e)
-
exceptionWhileApplyingFieldDeclatation
public ProcessEngineException exceptionWhileApplyingFieldDeclatation(String declName, String className, Exception e)
-
incompatibleTypeForFieldDeclaration
public ProcessEngineException incompatibleTypeForFieldDeclaration(FieldDeclaration declaration, Object target, Field field)
-
exceptionWhileReadingStream
public ProcessEngineException exceptionWhileReadingStream(String inputStreamName, Exception e)
-
exceptionWhileReadingFile
public ProcessEngineException exceptionWhileReadingFile(String filePath, Exception e)
-
exceptionWhileGettingFile
public ProcessEngineException exceptionWhileGettingFile(String filePath, Exception e)
-
exceptionWhileWritingToFile
public ProcessEngineException exceptionWhileWritingToFile(String filePath, Exception e)
-
debugCloseException
public void debugCloseException(IOException ignore)
-
debugClassLoading
public void debugClassLoading(String className, String classLoaderDescription, ClassLoader classLoader)
-
classLoadingException
public ClassLoadingException classLoadingException(String className, Throwable throwable)
-
cannotConvertUrlToUri
public ProcessEngineException cannotConvertUrlToUri(URL url, URISyntaxException e)
-
exceptionWhileInvokingMethod
public ProcessEngineException exceptionWhileInvokingMethod(String methodName, Object target, Exception e)
-
unableToAccessField
public ProcessEngineException unableToAccessField(Field field, String name)
-
unableToAccessMethod
public ProcessEngineException unableToAccessMethod(String methodName, String name)
-
exceptionWhileSettingField
public ProcessEngineException exceptionWhileSettingField(Field field, Object object, Object value, Exception e)
-
ambiguousSetterMethod
public ProcessEngineException ambiguousSetterMethod(String setterName, String name)
-
cannotFindResource
public NotFoundException cannotFindResource(String resourcePath)
-
notInsideCommandContext
public IllegalStateException notInsideCommandContext(String operation)
-
exceptionWhileParsingCronExpresison
public ProcessEngineException exceptionWhileParsingCronExpresison(String duedateDescription, Exception e)
-
exceptionWhileResolvingDuedate
public ProcessEngineException exceptionWhileResolvingDuedate(String duedate, Exception e)
-
logJsonException
public void logJsonException(Exception e)
-
logAccessExternalSchemaNotSupported
public void logAccessExternalSchemaNotSupported(Exception e)
-
logMissingPropertiesFile
public void logMissingPropertiesFile(String file)
-
exceptionDuringFormParsing
public ProcessEngineException exceptionDuringFormParsing(String cause, String resourceName)
-
debugCouldNotResolveCallableElement
public void debugCouldNotResolveCallableElement(String callingProcessDefinitionId, String activityId, Throwable cause)
-
exceptionWhileSettingXxeProcessing
public ProcessEngineException exceptionWhileSettingXxeProcessing(Throwable cause)
-
-