Package fmpp.util

Class ExceptionCC

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataModelBuildingException, EvalException, InstallationException, JSONParseException, ProcessingException, SettingException, StringUtil.ParseException, TypeNotConvertableToMapException

public class ExceptionCC extends 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:
  • Constructor Details

    • ExceptionCC

      public ExceptionCC()
    • ExceptionCC

      public ExceptionCC(String s)
    • ExceptionCC

      public ExceptionCC(Throwable cause)
    • ExceptionCC

      public ExceptionCC(String s, Throwable cause)