public void parse_client_event_handler_fails_with_other_exception() throws Exception
{
ComponentResources resources = mockComponentResources();
Translator translator = mockTranslator();
RuntimeException re = new RuntimeException("Just didn't feel right.");
ComponentEventException cee = new ComponentEventException(re.getMessage(), null, re);
ValidationMessagesSource source = mockValidationMessagesSource();
String clientValue = "abracadabra";