static class EscapeAnalysisTest.MyException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected Integer |
value |
| Constructor and Description |
|---|
MyException(Integer value) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public MyException(Integer value)
public final Throwable fillInStackTrace()
fillInStackTrace in class Throwable