public class LogConfigurationException extends RuntimeException
An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.
| Constructor and Description |
|---|
LogConfigurationException() |
LogConfigurationException(String message) |
LogConfigurationException(String message,
Throwable cause) |
LogConfigurationException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2014. All rights reserved.