javax.faces.validator
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
All Implemented Interfaces:
Serializable

public class ValidatorException
extends FacesException

see Javadoc of JSF Specification

See Also:
Serialized Form

Constructor Summary
ValidatorException(Collection<FacesMessage> messages)
           
ValidatorException(Collection<FacesMessage> messages, Throwable cause)
           
ValidatorException(FacesMessage message)
           
ValidatorException(FacesMessage message, Throwable cause)
           
 
Method Summary
 FacesMessage getFacesMessage()
           
 Collection<FacesMessage> 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(Collection<FacesMessage> messages)

ValidatorException

public ValidatorException(Collection<FacesMessage> messages,
                          Throwable cause)

ValidatorException

public ValidatorException(FacesMessage message)

ValidatorException

public ValidatorException(FacesMessage message,
                          Throwable cause)
Method Detail

getFacesMessage

public FacesMessage getFacesMessage()

getFacesMessages

public Collection<FacesMessage> getFacesMessages()


Copyright © 2014 The Apache Software Foundation. All rights reserved.