Package jakarta.faces.validator
Class ValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.faces.FacesException
jakarta.faces.validator.ValidatorException
- All Implemented Interfaces:
- Serializable
see Javadoc of Faces Specification
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionValidatorException(FacesMessage message) ValidatorException(FacesMessage message, Throwable cause) ValidatorException(Collection<FacesMessage> messages) ValidatorException(Collection<FacesMessage> messages, Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class jakarta.faces.FacesExceptiongetCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ValidatorException
- 
ValidatorException
- 
ValidatorException
- 
ValidatorException
 
- 
- 
Method Details- 
getFacesMessage
- 
getFacesMessages
 
-