The framework will convert checked exceptions into ValidatorExceptions so any ValidatorException thrown out of the framework indicates a 'system' exception that stops validation processing. If a pluggable validation method throws a ValidatorException it will be rethrown and passed out of the framework. Any other exception from a pluggable validation method is still considered a validation failure rather than a system exception to maintain backwards compatibility. PR# 24369
Deprecated items; see the javadoc for details and replacements.
The < arg0-3 > elements have been replaced with a single < arg > element with a new
positionattribute. Setting position to 0 is the equivalent of an < arg0 > element.