|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.faces.FacesException javax.faces.component.UpdateModelException
public class UpdateModelException
This exception indicates a failure to
update the model and is created to wrap any exception
that occurs during UIInput#updateModel
. The exception is then passed
to ExceptionHandler.processEvent(javax.faces.event.SystemEvent)
, where
the ExceptionHandler
has an opportunity to handle it.
Constructor Summary | |
---|---|
UpdateModelException(FacesMessage facesMessage,
java.lang.Throwable cause)
Store the argument
|
Method Summary | |
---|---|
FacesMessage |
getFacesMessage()
Return the |
Methods inherited from class javax.faces.FacesException |
---|
getCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateModelException(FacesMessage facesMessage, java.lang.Throwable cause)
Store the argument
facesMessage
so it may be returned from getFacesMessage()
and pass the argument cause
to the
super constructor.
facesMessage
- the message for the exceptioncause
- the cause of this exceptionMethod Detail |
---|
public FacesMessage getFacesMessage()
Return the FacesMessage
passed to the constructor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41