org.springframework.richclient.util
Class EventListenerListHelper.EventBroadcastException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.richclient.util.EventListenerListHelper.EventBroadcastException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- EventListenerListHelper
public static class EventListenerListHelper.EventBroadcastException
- extends NestedRuntimeException
Indicates that an error has occurred attempting to broadcast an event to listeners.
- See Also:
- Serialized Form
EventListenerListHelper.EventBroadcastException
public EventListenerListHelper.EventBroadcastException(String msg,
Throwable ex)
- Creates a new
EventBroadcastException with the given detail message and nested
exception.
- Parameters:
msg - The detail message.ex - The nested exception.
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.