return null;
Throwable e = _listenerExceptionMap.get(className);
if (e != null)
throw new AmberRuntimeException(e);
else if (_exception != null) {
throw new AmberRuntimeException(_exception);
}
ArrayList<ListenerType> listenerList;
for (Map.Entry<String, ArrayList<ListenerType>> entry : _entityListenerMap