See: Description
Interface | Description |
---|---|
Validator |
The validation interface for validating argument values(s).
|
Class | Description |
---|---|
ClassValidator |
The
ClassValidator validates the string argument
values are class names. |
DateValidator |
The
DateValidator validates the argument values
are date or time value(s). |
EnumValidator |
The
EnumValidator validates the string argument
values are valid. |
FileValidator |
The
FileValidator validates the string argument
values are files. |
NumberValidator |
The
NumberValidator validates the string argument
values are numbers. |
UrlValidator |
The
UrlValidator validates the string argument
values are URLs. |
Exception | Description |
---|---|
InvalidArgumentException |
An exception indicating validation failure.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.