Uses of Class
eu.bandm.tools.message.MessageFormatter.Formandum
Package
Description
Messages and positions in documents,
see the user documentation.
Runtime library for generated option processing code: building blocks for
parsing and GUI.
-
Uses of MessageFormatter.Formandum in eu.bandm.tools.message
Modifier and TypeMethodDescriptionstatic MessageFormatter.Formandum
Convenience method to wrap an argument string and mark it for translation and formatting.Modifier and TypeMethodDescriptionMessageFormatter.process
(MessageFormatter.Formandum embed) Applies the text as a format to the arguments. -
Uses of MessageFormatter.Formandum in eu.bandm.tools.option.runtime
Modifier and TypeMethodDescriptionprotected void
Model.ARG_ERROR
(MessageFormatter.Formandum msg) Generate error message related to the current option, the argument number, and (possibly) the repetition group number.protected void
Model.type_error
(MessageFormatter.Formandum text) Generate error message on wrong argument type and throw the corresponding exception.protected void
Model.TYPE_MISMATCH
(MessageFormatter.Formandum text) The next token bo be parsed as an argument does not match the type expected according to the current options's declaration.