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:
java.io.Serializable

public class RequiredValidatorException
extends javax.faces.validator.ValidatorException

to handle special cases in ValidationExceptionInterceptors

Since:
x.x.3
Author:
Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
RequiredValidatorException(javax.faces.application.FacesMessage facesMessage)
           
RequiredValidatorException(javax.faces.application.FacesMessage facesMessage, java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class javax.faces.validator.ValidatorException
getFacesMessage
 
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,
                                  java.lang.Throwable throwable)


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