- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DataModelBuildingException, EvalException, InstallationException, JSONParseException, ProcessingException, SettingException, StringUtil.ParseException, TypeNotConvertableToMapException
public class ExceptionCC
extends java.lang.Exception
This was used for emulating cause-chains on Java earlier than 1.4, but as FMPP now requires 1.4, it just dispatches
to Exception
.
Not that 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:
- Serialized Form