Package fmpp.util
Class ExceptionCC
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fmpp.util.ExceptionCC
-
- 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 toException
. 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 anfmpp
package.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExceptionCC()
ExceptionCC(java.lang.String s)
ExceptionCC(java.lang.String s, java.lang.Throwable cause)
ExceptionCC(java.lang.Throwable cause)
-