Uses of Class
ch.qos.cal10n.MessageConveyorException
Packages that use MessageConveyorException
-
Uses of MessageConveyorException in ch.qos.cal10n
Methods in ch.qos.cal10n that throw MessageConveyorExceptionModifier and TypeMethodDescriptionIMessageConveyor.getMessage
(MessageParameterObj mpo) Syntactic sugar for the case where the massage is contained in aMessageParameterObj
.IMessageConveyor.getMessage
(E key, Object... args) Retrieve a localized message by its key as specified by an enum.MessageConveyor.getMessage
(MessageParameterObj mpo) MessageConveyor.getMessage
(E key, Object... args) Given an enum as key, find the resource bundle corresponding to this locale and return the message corresponding to the key passed as parameter (internationalized per this locale).