Package fmpp.util

Class RuntimeExceptionCC

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BugException

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.
See Also: