public class RuntimeExceptionCC extends RuntimeException
RuntimeException that emulates J2SE 1.4+ cause-chains if it runs
on earlier versions. Furthermore, in FMPP error messages, the message of this
exception is trusted (i.e. no need to print the class name), as it is inside
an fmpp.* package.| Constructor and Description |
|---|
RuntimeExceptionCC() |
RuntimeExceptionCC(String s) |
RuntimeExceptionCC(String s,
Throwable cause) |
RuntimeExceptionCC(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic RuntimeExceptionCC()
public RuntimeExceptionCC(String s)
public RuntimeExceptionCC(Throwable cause)
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwable