Class ValidatorException

java.lang.Object
All Implemented Interfaces:
Serializable

public class ValidatorException extends FacesException

A ValidatorException is an exception thrown by the validate() method of a Validator to indicate that validation failed.

See Also: