javax.faces.component
Class UpdateModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.faces.component.UpdateModelException
- 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(javax.faces.context.FacesContext)
. The exception is then passed
to ExceptionHandler.processEvent(javax.faces.event.SystemEvent)
, where
the ExceptionHandler
has an opportunity to handle it.
- Since:
- 2.0
- See Also:
- Serialized Form
UpdateModelException
public UpdateModelException(FacesMessage facesMessage,
Throwable cause)
Store the argument
facesMessage
so it may be returned from getFacesMessage()
and pass the argument cause
to the
super constructor.
- Parameters:
facesMessage
- the message for the exceptioncause
- the cause of this exception- Since:
- 2.0
getFacesMessage
public FacesMessage getFacesMessage()
Return the FacesMessage
passed to the constructor.
- Since:
- 2.0
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.