package exceptions
Type Members
- case class AppenderNotFoundException(appender: String) extends RuntimeException with Product with Serializable
As part of spawning the
LoggingSystem
, it looks for appenders (e.g.As part of spawning the
LoggingSystem
, it looks for appenders (e.g. FileAppender, StdOutAppender, etc.) and tries to instantiate it via reflection. In this process if any exception is encountered then AppenderNotFoundException is thrown.- appender
the name of appender that failed to instantiate
- case class BaseLogPathNotDefined(basePathHolder: String) extends RuntimeException with Product with Serializable
This exception is thrown when TMT_LOG_HOME is not set as environment variable
This exception is thrown when TMT_LOG_HOME is not set as environment variable
- basePathHolder
name of environment variable where log files would be stored i.e. TMT_LOG_PATH