| Package | Description | 
|---|---|
| jakarta.faces.application | |
| jakarta.faces.context | 
| Modifier and Type | Field and Description | 
|---|---|
| static FacesMessage.Severity | FacesMessage. SEVERITY_ERRORMessage severity level indicating that an error has occurred. | 
| static FacesMessage.Severity | FacesMessage. SEVERITY_FATALMessage severity level indicating that a serious error has occurred. | 
| static FacesMessage.Severity | FacesMessage. SEVERITY_INFOMessage severity level indicating an informational message rather than an error. | 
| static FacesMessage.Severity | FacesMessage. SEVERITY_WARNMessage severity level indicating that an error might have occurred. | 
| Modifier and Type | Method and Description | 
|---|---|
| FacesMessage.Severity | FacesMessage. getSeverity() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FacesMessage. setSeverity(FacesMessage.Severity severity)Return the severity level. | 
| Constructor and Description | 
|---|
| FacesMessage(FacesMessage.Severity severity,
            String summary,
            String detail)Construct a new  FacesMessagewith the specified initial values. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract FacesMessage.Severity | FacesContext. getMaximumSeverity() | 
| FacesMessage.Severity | FacesContextWrapper. getMaximumSeverity() | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.