Package jakarta.faces.component
Class UpdateModelException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jakarta.faces.FacesException
- 
- jakarta.faces.component.UpdateModelException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class UpdateModelException extends FacesException - Since:
- 2.0
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UpdateModelException(FacesMessage facesMessage, Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FacesMessagegetFacesMessage()- 
Methods inherited from class jakarta.faces.FacesExceptiongetCause
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
UpdateModelExceptionpublic UpdateModelException(FacesMessage facesMessage, Throwable cause) 
 
- 
 - 
Method Detail- 
getFacesMessagepublic FacesMessage getFacesMessage() - Returns:
 
 
- 
 
-