public class ValidatorWarning extends ValidationMessage
  The ValidatorWarning class represents an warning while
  validating an object.
 
| Constructor and Description | 
|---|
| ValidatorWarning(java.lang.String keyIn)Construct a new ValidatorWarning with the specified
 l10n key | 
| ValidatorWarning(java.lang.String keyIn,
                java.lang.Object... valuesIn)Construct a ValidatorWarning with the proper
 key and values | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
getKey, getLocalizedMessage, getMessage, getValuespublic ValidatorWarning(java.lang.String keyIn,
                        java.lang.Object... valuesIn)
keyIn - the key to use to lookup the localized stringvaluesIn - the values to substitute in the messagepublic ValidatorWarning(java.lang.String keyIn)
keyIn - the key to use to lookup the localized stringpublic java.lang.String toString()
toString in class ValidationMessage