}
public void testMethodBindingAdapterBaseException() throws Exception {
IllegalThreadStateException itse = new IllegalThreadStateException("The root cause!");
AbortProcessingException ape = new AbortProcessingException(itse);
InvocationTargetException ite1 = new InvocationTargetException(ape);
InvocationTargetException ite2 = new InvocationTargetException(ite1);
InvocationTargetException ite3 = new InvocationTargetException(ite2);
MethodBindingValueChangeListener mbvcl =
new MethodBindingValueChangeListener();