java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.faces.el.EvaluationException
javax.faces.el.MethodNotFoundException
All Implemented Interfaces:
Serializable
This - has been replaced by javax.el.MethodNotFoundException .An exception caused by a method name that cannot be resolved against a base object.
| Constructor: |
|---|
Construct a new exception with no detail message or root cause. |
Construct a new exception with the specified detail message and no root cause.
|
Construct a new exception with the specified root cause. The detail
message will be set to
|
Construct a new exception with the specified detail message and root cause.
|
| Methods from javax.faces.FacesException: |
|---|
| getCause |
| Methods from java.lang.Throwable: |
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |