public class RuntimeException extends RuntimeException
| Constructor and Description |
|---|
RuntimeException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream printStream) |
void |
printStackTrace(PrintWriter printWriter) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic RuntimeException(Throwable cause)
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream printStream)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter printWriter)
printStackTrace in class ThrowableCopyright © 2005-2013 Agical AB. All Rights Reserved.