org.apache.commons.logging
public class: LogConfigurationException [javadoc |
source]
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.
- author:
Craig - R. McClanahan
- version:
$ - Revision: 424107 $ $Date: 2006-07-21 01:15:42 +0200 (fr, 21 jul 2006) $
| Field Summary |
|---|
| protected Throwable | cause | The underlying cause of this exception. |
| Method from org.apache.commons.logging.LogConfigurationException Summary: |
|---|
|
getCause |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Method from org.apache.commons.logging.LogConfigurationException Detail: |
public Throwable getCause() {
return (this.cause);
}
Return the underlying cause of this exception (if any). |