public class LoggingException extends RuntimeException
ExceptionImpl,
Serialized Form| Constructor and Description |
|---|
LoggingException() |
LoggingException(String message) |
LoggingException(String message,
Level level)
Create the exception.
|
LoggingException(String message,
Throwable cause) |
LoggingException(Throwable cause) |
LoggingException(Throwable cause,
Level level)
Create the exception.
|
| Modifier and Type | Method and Description |
|---|---|
Level |
getLevel()
Returns the level of logging at which the exception occurred
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LoggingException()
public LoggingException(String message)
public LoggingException(Throwable cause)
public LoggingException(String message, Level level)
message - a description of the exceptionlevel - the level of logging at which the exception occurredpublic Level getLevel()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}