Package com.onwbp.base.text
Provides classes for creating user messages and nomenclatures.
-
Class Summary Class Description Nomenclature<T> ANomenclature
is an ordered collection ofNomenclatureItem
instances.NomenclatureItem<T> ANomenclatureItem
associates a value with one or more labels.NomenclatureItemValue<T> ANomenclatureItemValue
is a label value in a containingNomenclature
.Severity This enumeration class defines the possible severity levels of user messages.UserMessage Common abstract class for holding a text message.UserMessageLocalized Provides a localized message based on strings directly set from Java code (not externalized).UserMessageRef Holds a user message that is persisted in a Java resource bundle.UserMessageString Provides a message based on strings directly set from Java code (not externalized). -
Exception Summary Exception Description ConversionException This exception is thrown whenever a conversion problem occurs.