Uses of Class
ch.qos.cal10n.MessageConveyorException
-
Packages that use MessageConveyorException Package Description ch.qos.cal10n The main package of the CAL10N project. -
-
Uses of MessageConveyorException in ch.qos.cal10n
Methods in ch.qos.cal10n that throw MessageConveyorException Modifier and Type Method Description java.lang.StringIMessageConveyor. getMessage(MessageParameterObj mpo)Syntactic sugar for the case where the massage is contained in aMessageParameterObj.<E extends java.lang.Enum<?>>
java.lang.StringIMessageConveyor. getMessage(E key, java.lang.Object... args)Retrieve a localized message by its key as specified by an enum.java.lang.StringMessageConveyor. getMessage(MessageParameterObj mpo)<E extends java.lang.Enum<?>>
java.lang.StringMessageConveyor. getMessage(E key, java.lang.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).private <E extends java.lang.Enum<?>>
CAL10NBundleMessageConveyor. lookupResourceBundleByEnumClassAndLocale(java.lang.Class<E> declaringClass)
-