|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.tws.util.exception.TWSException
com.ibm.tws.objects.validator.ValidatorException
com.ibm.tws.objects.validator.CharValidatorException
This exception is thrown when validation of an object fails because a text field includes an invalid character.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Fields inherited from class com.ibm.tws.objects.validator.ValidatorException |
---|
MESSAGE_CATALOG |
Constructor Summary | |
---|---|
CharValidatorException(java.lang.String field,
java.lang.String value,
java.lang.String invalid,
Validator caller)
Creates a new CharValidatorException from the specified parameters. |
Methods inherited from class com.ibm.tws.util.exception.TWSException |
---|
getArgs, getCauseMessage, getLocalizedMessage, getLocalizedMessage, getMessage, initialize, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public CharValidatorException(java.lang.String field, java.lang.String value, java.lang.String invalid, Validator caller)
field
- The name of the text field.value
- The value of the text field.invalid
- A string containing the invalid character found.caller
- The validator that is creating the exception.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |