Package fmpp.util
Class ExceptionCC
java.lang.Object
java.lang.Throwable
java.lang.Exception
fmpp.util.ExceptionCC
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataModelBuildingException
,EvalException
,InstallationException
,JSONParseException
,ProcessingException
,SettingException
,StringUtil.ParseException
,TypeNotConvertableToMapException
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExceptionCC
public ExceptionCC() -
ExceptionCC
-
ExceptionCC
-
ExceptionCC
-