javax.faces.validator
Class ValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.faces.validator.ValidatorException
- All Implemented Interfaces:
- java.io.Serializable
public class ValidatorException
- extends FacesException
see Javadoc of JSF Specification
- Version:
- $Revision: 798178 $ $Date: 2009-07-27 16:52:07 +0200 (ma, 27 jul 2009) $
- Author:
- Manfred Geiler (latest modification by $Author: mconcini $), Thomas Spiegl
- See Also:
- Serialized Form
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 |
ValidatorException
public ValidatorException(java.util.Collection<FacesMessage> messages)
ValidatorException
public ValidatorException(java.util.Collection<FacesMessage> messages,
java.lang.Throwable cause)
ValidatorException
public ValidatorException(FacesMessage message)
ValidatorException
public ValidatorException(FacesMessage message,
java.lang.Throwable cause)
getFacesMessage
public FacesMessage getFacesMessage()
getFacesMessages
public java.util.Collection<FacesMessage> getFacesMessages()
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.