Class LogConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.logging.LogConfigurationException
All Implemented Interfaces:
Serializable

An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.

In this version of JCL, this exception will never be thrown in practice. However, it is included here to ensure total compile time and run time compatibility with the original JCL 1.0.4.

Author:
Craig R. McClanahan
See Also: