56575859606162
} @Test(expected = IllegalArgumentException.class) public void assertInboundRethrow() { bm.fireEvent(new ExceptionToCatchEvent(new IllegalArgumentException())); }
135136137138139140141
* * @param t * The throwable to handle */ protected void handleThrowable(Throwable t) { catchEvent.fire(new ExceptionToCatchEvent(t)); }