com.sun.rave.web.ui.model
Class ResourceModelException

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.validator.ValidatorException
                      extended by com.sun.rave.web.ui.model.ResourceModelException
All Implemented Interfaces:
java.io.Serializable

public class ResourceModelException
extends javax.faces.validator.ValidatorException

Need to make this an interface as well. And in our implementation log the exception as well.

See Also:
Serialized Form

Constructor Summary
ResourceModelException(javax.faces.application.FacesMessage fmsg)
           
ResourceModelException(javax.faces.application.FacesMessage fmsg, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.faces.validator.ValidatorException
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

ResourceModelException

public ResourceModelException(javax.faces.application.FacesMessage fmsg)

ResourceModelException

public ResourceModelException(javax.faces.application.FacesMessage fmsg,
                              java.lang.Throwable cause)