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
| 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, DIAGRAM_CANVAS_LOGGER, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_LOGGER, PERSISTENCE_LOGGER, PROCESS_APPLICATION_LOGGER, PROJECT_CODE, PVM_LOGGER, SCRIPT_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGER |
| Fields inherited from class org.camunda.commons.logging.BaseLogger |
componentId, delegateLogger, projectCode |
|
Method Summary |
ProcessEngineException |
ambiguousSetterMethod(String setterName,
String name)
|
ProcessEngineException |
cannotConvertUrlToUri(URL url,
URISyntaxException e)
|
NotFoundException |
cannotFindResource(String resourcePath)
|
Exception |
cannotParseDuration(String expressions)
|
ClassLoadingException |
classLoadingException(String className,
Throwable throwable)
|
void |
debugClassLoading(String className,
String classLoaderDescription,
ClassLoader classLoader)
|
void |
debugCloseException(IOException ignore)
|
ProcessEngineException |
exceptionDuringParsing(String string)
|
ProcessEngineException |
exceptionWhileApplyingFieldDeclatation(String declName,
String className,
Exception e)
|
ProcessEngineException |
exceptionWhileGettingFile(String filePath,
Exception e)
|
ProcessEngineException |
exceptionWhileInstantiatingClass(String className,
Exception e)
|
ProcessEngineException |
exceptionWhileInvokingMethod(String methodName,
Object target,
Exception e)
|
ProcessEngineException |
exceptionWhileParsingCronExpresison(String duedateDescription,
Exception e)
|
ProcessEngineException |
exceptionWhileReadingFile(String filePath,
Exception e)
|
ProcessEngineException |
exceptionWhileReadingStream(String inputStreamName,
Exception e)
|
ProcessEngineException |
exceptionWhileResolvingDuedate(String duedate,
Exception e)
|
ProcessEngineException |
exceptionWhileSettingField(Field field,
Object object,
Object value,
Exception e)
|
ProcessEngineException |
exceptionWhileWritingToFile(String filePath,
Exception e)
|
ProcessEngineException |
incompatibleTypeForFieldDeclaration(FieldDeclaration declaration,
Object target,
Field field)
|
ProcessEngineException |
invalidBitNumber(int bitNumber)
|
void |
logParseWarnings(String formattedMessage)
|
ProcessEngineException |
malformedUrlException(String url,
Throwable cause)
|
ProcessEngineException |
multipleSourcesException(StreamSource source1,
StreamSource source2)
|
IllegalStateException |
notInsideCommandContext(String operation)
|
ProcessEngineException |
parsingFailureException(String name,
Throwable cause)
|
ProcessEngineException |
unableToAccessField(Field field,
String name)
|
ProcessEngineException |
unableToAccessMethod(String methodName,
String name)
|
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 |
EngineUtilLogger
public EngineUtilLogger()
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)
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)
cannotParseDuration
public Exception cannotParseDuration(String expressions)
Copyright © 2015 camunda services GmbH. All rights reserved.