Uses of Package
net.lucidviews.util.text

Packages that use net.lucidviews.util.text
net.lucidviews.util Classes in this package generally extend or enhance java.lang.* or java.util.*
net.lucidviews.util.text Utility classes that operate on text values. 
 

Classes in net.lucidviews.util.text used by net.lucidviews.util
ParseValueException
          Exception thrown by the parseValue methods of the Strings class when the String value is invalid.
 

Classes in net.lucidviews.util.text used by net.lucidviews.util.text
ParseValueException
          Exception thrown by the parseValue methods of the Strings class when the String value is invalid.
Strings.EnumValueMustBeValid
          Helper class required for exported constant ENUM_VALUE_MUST_BE_VALID, which must be unique/different to avoid confusion with any other value a client may use.