public class LogConfigException extends RuntimeException
LogFactory
or
Log
instance cannot be created by the corresponding factory
methods.Modifier and Type | Field and Description |
---|---|
protected Throwable |
cause
The underlying cause of this exception.
|
Constructor and Description |
---|
LogConfigException()
Construct a new exception with
null as its detail message. |
LogConfigException(String message)
Construct a new exception with the specified detail message.
|
LogConfigException(String message,
Throwable cause)
Construct a new exception with the specified detail message and cause.
|
LogConfigException(Throwable cause)
Construct a new exception with the specified cause and a derived detail
message.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Return the underlying cause of this exception (if any).
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected Throwable cause
public LogConfigException()
null
as its detail message.public LogConfigException(String message)
message
- The detail messagepublic LogConfigException(Throwable cause)
cause
- The underlying causeHDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved