public class LoggedRuntimeException extends RuntimeException 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.
|
| Constructor and Description |
|---|
LoggedRuntimeException() |
LoggedRuntimeException(boolean bLog) |
LoggedRuntimeException(boolean bLog,
String sMsg) |
LoggedRuntimeException(boolean bLog,
String sMsg,
Throwable t) |
LoggedRuntimeException(boolean bLog,
Throwable t) |
LoggedRuntimeException(String sMsg) |
LoggedRuntimeException(String sMsg,
Throwable t) |
LoggedRuntimeException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeException |
newException(String sMsg,
Throwable t) |
static RuntimeException |
newException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final boolean DEFAULT_DO_LOG
public LoggedRuntimeException()
public LoggedRuntimeException(boolean bLog)
@Nonnull public static RuntimeException newException(@Nullable Throwable t)
Copyright © 2006–2015 phloc systems. All rights reserved.