public class ExceptionCC
extends java.lang.Exception
Exception
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 |
---|
ExceptionCC() |
ExceptionCC(java.lang.String s) |
ExceptionCC(java.lang.String s,
java.lang.Throwable cause) |
ExceptionCC(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 ExceptionCC()
public ExceptionCC(java.lang.String s)
public ExceptionCC(java.lang.Throwable cause)
public ExceptionCC(java.lang.String s, java.lang.Throwable cause)
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable