public class RuntimeExceptionCC
extends java.lang.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(java.lang.String s) |
RuntimeExceptionCC(java.lang.String s,
java.lang.Throwable cause) |
RuntimeExceptionCC(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream s) |
void |
printStackTrace(java.io.PrintWriter s) |
public RuntimeExceptionCC()
public RuntimeExceptionCC(java.lang.String s)
public RuntimeExceptionCC(java.lang.Throwable cause)
public RuntimeExceptionCC(java.lang.String s,
java.lang.Throwable cause)
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwable