Uses of Interface
eu.bandm.tools.message.MessageFormatter.Formandum
Packages that use 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
Classes in eu.bandm.tools.message that implement MessageFormatter.FormandumModifier and TypeClassDescriptionstatic class
Wraps any text as argument, which itself shall be translated and formatted.Methods in eu.bandm.tools.message that return MessageFormatter.FormandumModifier and TypeMethodDescriptionstatic MessageFormatter.Formandum
Convenience method to wrap an argument string and mark it for translation and formatting.Methods in eu.bandm.tools.message with parameters of type MessageFormatter.FormandumModifier 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
Methods in eu.bandm.tools.option.runtime with parameters of type MessageFormatter.FormandumModifier 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.