org.apache.myfaces.extensions.validator.core.validation.exception
Class RequiredValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.faces.validator.ValidatorException
org.apache.myfaces.extensions.validator.core.validation.exception.RequiredValidatorException
- All Implemented Interfaces:
- Serializable
public class RequiredValidatorException
- extends javax.faces.validator.ValidatorException
JSF components allow different inline-messages for required violations and all other types of validation failures.
This exception is used to determine if the special required error message should be used.
- Since:
- x.x.3
- See Also:
- Serialized Form
| Methods inherited from class javax.faces.validator.ValidatorException |
getFacesMessage |
| Methods inherited from class javax.faces.FacesException |
getCause |
RequiredValidatorException
public RequiredValidatorException(javax.faces.application.FacesMessage facesMessage)
RequiredValidatorException
public RequiredValidatorException(javax.faces.application.FacesMessage facesMessage,
Throwable throwable)
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.