Class AppenderNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
csw.logging.client.exceptions.AppenderNotFoundException
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class AppenderNotFoundException extends RuntimeException implements scala.Product, Serializable
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.

param: appender the name of appender that failed to instantiate

See Also:
  • Constructor Details

    • AppenderNotFoundException

      public AppenderNotFoundException(String appender)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • appender

      public String appender()