Class UpdateModelException

java.lang.Object
All Implemented Interfaces:
Serializable

public class UpdateModelException extends FacesException

This exception indicates a failure to update the model and is created to wrap any exception that occurs during UIInput.updateModel(jakarta.faces.context.FacesContext). The exception is then passed to ExceptionHandler.processEvent(jakarta.faces.event.SystemEvent), where the ExceptionHandler has an opportunity to handle it.

Since:
2.0
See Also: