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, toString
public RuntimeException(Throwable cause)
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream printStream)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter printWriter)
printStackTrace
in class Throwable
Copyright © 2005-2013 Agical AB. All Rights Reserved.