public class RuntimeException extends RuntimeException
| Constructor and Description |
|---|
RuntimeException() |
RuntimeException(String msg) |
RuntimeException(String msg,
Throwable t) |
RuntimeException(String msg,
Throwable t,
boolean appendRootMsg) |
RuntimeException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015. All Rights Reserved.