public class LoggedException extends Exception implements ILoggedException
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_DO_LOG
The default setting, whether runtime exceptions are logged, if no parameter
is specified.
|
static String |
MSG_TEXT |
| Constructor and Description |
|---|
LoggedException() |
LoggedException(boolean bLog) |
LoggedException(boolean bLog,
String sMsg) |
LoggedException(boolean bLog,
String sMsg,
Throwable t) |
LoggedException(boolean bLog,
Throwable t) |
LoggedException(String sMsg) |
LoggedException(String sMsg,
Throwable t) |
LoggedException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static Exception |
newException(String sMsg,
Throwable t) |
static Exception |
newException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final boolean DEFAULT_DO_LOG
public static final String MSG_TEXT
Copyright © 2014–2016 Philip Helger. All rights reserved.