org.camunda.commons.utils
Class IoUtilLogger

java.lang.Object
  extended by org.camunda.commons.logging.BaseLogger
      extended by org.camunda.commons.utils.UtilsLogger
          extended by org.camunda.commons.utils.IoUtilLogger

public class IoUtilLogger
extends UtilsLogger

Author:
Sebastian Menski

Field Summary
 
Fields inherited from class org.camunda.commons.utils.UtilsLogger
ENSURE_UTIL_LOGGER, IO_UTIL_LOGGER, PROJECT_CODE
 
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
 
Constructor Summary
IoUtilLogger()
           
 
Method Summary
 IoUtilException fileNotFoundException(String filename)
           
 IoUtilException fileNotFoundException(String filename, Exception cause)
           
 IoUtilException nullParameter(String parameter)
           
 IoUtilException unableToReadFromReader(Throwable cause)
           
 IoUtilException unableToReadInputStream(IOException 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

IoUtilLogger

public IoUtilLogger()
Method Detail

unableToReadInputStream

public IoUtilException unableToReadInputStream(IOException cause)

fileNotFoundException

public IoUtilException fileNotFoundException(String filename,
                                             Exception cause)

fileNotFoundException

public IoUtilException fileNotFoundException(String filename)

nullParameter

public IoUtilException nullParameter(String parameter)

unableToReadFromReader

public IoUtilException unableToReadFromReader(Throwable cause)


Copyright © 2015 camunda services GmbH. All rights reserved.