public abstract class ReaderException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
isStackTrace |
protected static StackTraceElement[] |
NO_TRACE |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
static void |
setStackTrace(boolean enabled)
For testing only.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected static boolean isStackTrace
protected static final StackTraceElement[] NO_TRACE
public final Throwable fillInStackTrace()
fillInStackTrace in class Throwablepublic static void setStackTrace(boolean enabled)
enabled - if true, enables stack traces in library exception classesCopyright © 2007–2022. All rights reserved.