org.jboss.seam.faces.validation
Class ValidatorException

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.jboss.seam.faces.validation.ValidatorException
All Implemented Interfaces:
Serializable

public class ValidatorException
extends ValidatorException

An extension of ValidatorException removing the need for creating new FacesMessage objects when throwing ValidatorExceptions from Validators.

Author:
Brian Leathem
See Also:
Serialized Form

Constructor Summary
ValidatorException(String message)
           
 
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

ValidatorException

public ValidatorException(String message)


Copyright © 2011 Seam Framework. All Rights Reserved.