org.apache.myfaces.extensions.validator.core.validation.exception
Class RequiredValidatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by javax.faces.validator.ValidatorException
                      extended by 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

Constructor Summary
RequiredValidatorException(javax.faces.application.FacesMessage facesMessage)
           
RequiredValidatorException(javax.faces.application.FacesMessage facesMessage, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class javax.faces.validator.ValidatorException
getFacesMessage, getFacesMessages
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequiredValidatorException

public RequiredValidatorException(javax.faces.application.FacesMessage facesMessage)

RequiredValidatorException

public RequiredValidatorException(javax.faces.application.FacesMessage facesMessage,
                                  Throwable throwable)


Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.