|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.faces.validator.ValidatorException
com.sun.webui.jsf.model.ResourceModelException
public class ResourceModelException
Need to make this an interface as well. And in our implementation log the exception as well.
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceModelException(javax.faces.application.FacesMessage fmsg)
public ResourceModelException(javax.faces.application.FacesMessage fmsg, java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |