Package fmpp.util
Class RuntimeExceptionCC
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fmpp.util.RuntimeExceptionCC
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BugException
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.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeExceptionCC
(String s, Throwable cause) RuntimeExceptionCC
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
RuntimeExceptionCC
public RuntimeExceptionCC() -
RuntimeExceptionCC
-
RuntimeExceptionCC
-
RuntimeExceptionCC
-
-
Method Details
-
getCause
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-