Uses of Class
fmpp.util.ExceptionCC
-
Packages that use ExceptionCC Package Description fmpp The very core, the foundation of FMPP.fmpp.setting FMPP settings.fmpp.tdd Textual Data Definition related classes.fmpp.util Collection of more-less FMPP independent utility classes. -
-
Uses of ExceptionCC in fmpp
Subclasses of ExceptionCC in fmpp Modifier and Type Class Description class
DataModelBuildingException
Error while trying to build the data-model for a template.class
ProcessingException
Error while performing the processing session. -
Uses of ExceptionCC in fmpp.setting
Subclasses of ExceptionCC in fmpp.setting Modifier and Type Class Description class
SettingException
Bad setting or setting combination, or failure when trying to setup the engine with the settings. -
Uses of ExceptionCC in fmpp.tdd
Subclasses of ExceptionCC in fmpp.tdd Modifier and Type Class Description class
EvalException
class
TypeNotConvertableToMapException
Thrown byTddUtil.convertToDataMap(Object)
; see there. -
Uses of ExceptionCC in fmpp.util
Subclasses of ExceptionCC in fmpp.util Modifier and Type Class Description class
InstallationException
There is a problem with the software environment.class
JSONParseException
static class
StringUtil.ParseException
Formal (syntactical) problem with the text.
-