abstract class MethodBindingAdapterBase
extends java.lang.Object
Base class for classes that wrap a MethodBinding and
implement a faces listener-like interface.
| Constructor and Description |
|---|
MethodBindingAdapterBase() |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.Throwable |
getExpectedCause(java.lang.Class expectedExceptionClass,
java.lang.Throwable exception)
Recursively interrogate the
cause property of the
argument exception and stop recursing either when it
is an instance of expectedExceptionClass or
null. |
java.lang.Throwable getExpectedCause(java.lang.Class expectedExceptionClass,
java.lang.Throwable exception)
Recursively interrogate the cause property of the
argument exception and stop recursing either when it
is an instance of expectedExceptionClass or
null. Return the result.