Package | Description |
---|---|
fmpp |
The very core, the foundation of FMPP.
|
fmpp.dataloaders |
fmpp.DataLoader implementations. |
fmpp.models |
freemarker.template.TemplateModel implementations. |
fmpp.setting |
FMPP settings.
|
fmpp.tdd |
Textual Data Definition related classes.
|
fmpp.util |
Collection of more-less FMPP independent utility classes.
|
Class | Description |
---|---|
ExceptionCC |
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 . |
InstallationException |
There is a problem with the software environment.
|
Class | Description |
---|---|
StringUtil.ParseException |
Formal (syntactical) problem with the text.
|
Class | Description |
---|---|
StringUtil.ParseException |
Formal (syntactical) problem with the text.
|
Class | Description |
---|---|
ExceptionCC |
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 . |
Class | Description |
---|---|
ExceptionCC |
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 . |
Class | Description |
---|---|
ArgsParser.BadArgsException |
The user has entered invalid options in the command-line.
|
ArgsParser.OptionDefinition |
Describes and option.
|
ExceptionCC |
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 . |
InstallationException |
There is a problem with the software environment.
|
JSONParseException | |
NullOutputStream |
OutputStream that simply drops what it gets. |
NullWriter |
Writer that simply drops what it gets. |
RuntimeExceptionCC |
RuntimeException that emulates J2SE 1.4+ cause-chains if it runs
on earlier versions. |
StringUtil.ParseException |
Formal (syntactical) problem with the text.
|