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() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected static final boolean isStackTrace
protected static final StackTraceElement[] NO_TRACE
public final Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2007–2019. All rights reserved.