|
SLF4J API Version 1.4.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.commons.logging.LogConfigurationException
public class LogConfigurationException
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.
Field Summary | |
---|---|
protected Throwable |
cause
The underlying cause of this exception. |
Constructor Summary | |
---|---|
LogConfigurationException()
Construct a new exception with null as its detail message. |
|
LogConfigurationException(String message)
Construct a new exception with the specified detail message. |
|
LogConfigurationException(String message,
Throwable cause)
Construct a new exception with the specified detail message and cause. |
|
LogConfigurationException(Throwable cause)
Construct a new exception with the specified cause and a derived detail message. |
Method Summary | |
---|---|
Throwable |
getCause()
Return the underlying cause of this exception (if any). |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Throwable cause
Constructor Detail |
---|
public LogConfigurationException()
null
as its detail message.
public LogConfigurationException(String message)
message
- The detail messagepublic LogConfigurationException(Throwable cause)
cause
- The underlying causepublic LogConfigurationException(String message, Throwable cause)
message
- The detail messagecause
- The underlying causeMethod Detail |
---|
public Throwable getCause()
getCause
in class Throwable
|
SLF4J API Version 1.4.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |