org.springframework.richclient.util
Class EventListenerListHelper.EventBroadcastException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by 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

Constructor Summary
EventListenerListHelper.EventBroadcastException(String msg, Throwable ex)
          Creates a new EventBroadcastException with the given detail message and nested exception.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.