org.bushe.swing.event
Class EventServiceExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.bushe.swing.event.EventServiceExistsException
All Implemented Interfaces:
Serializable

public class EventServiceExistsException
extends Exception

Exception thrown by the EventServiceLocator when an EventService already is registered for a name.

See Also:
Serialized Form

Constructor Summary
EventServiceExistsException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

EventServiceExistsException

public EventServiceExistsException(String msg)


Copyright © 2011 Bushe Enterprises, Inc.. All Rights Reserved.