public class LoggedIOException extends IOException 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 |
|---|
LoggedIOException() |
LoggedIOException(boolean bLog) |
LoggedIOException(boolean bLog,
String sMsg) |
LoggedIOException(boolean bLog,
String sMsg,
Throwable t) |
LoggedIOException(boolean bLog,
Throwable t) |
LoggedIOException(String sMsg) |
LoggedIOException(String sMsg,
Throwable t) |
LoggedIOException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static IOException |
newException(String sMsg,
Throwable t) |
static IOException |
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
public LoggedIOException()
public LoggedIOException(boolean bLog)
@Nonnull public static IOException newException(@Nullable Throwable t)
Copyright © 2014–2016 Philip Helger. All rights reserved.