javax.faces.component
Class UpdateModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by javax.faces.component.UpdateModelException
All Implemented Interfaces:
Serializable

public class UpdateModelException
extends FacesException

Since:
2.0
Version:
$Revision: 696523 $ $Date: 2009-03-14 14:41:20 -0400 (mer., 17 sept. 2008) $
Author:
Simon Lessard (latest modification by $Author: slessard $)
See Also:
Serialized Form

Constructor Summary
UpdateModelException(FacesMessage facesMessage, Throwable cause)
           
 
Method Summary
 FacesMessage getFacesMessage()
           
 
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

UpdateModelException

public UpdateModelException(FacesMessage facesMessage,
                            Throwable cause)
Method Detail

getFacesMessage

public FacesMessage getFacesMessage()
Returns:


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.