org.jboss.seam.faces.validation
Class ValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.faces.validator.ValidatorException
org.jboss.seam.faces.validation.ValidatorException
- All Implemented Interfaces:
- Serializable
public class ValidatorException
- extends javax.faces.validator.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
| Methods inherited from class javax.faces.validator.ValidatorException |
getFacesMessage, getFacesMessages |
| Methods inherited from class javax.faces.FacesException |
getCause |
ValidatorException
public ValidatorException(String message)
Copyright © 2009-2013 Seam Framework. All Rights Reserved.