org.bushe.swing.event.EventServiceExistsException Maven / Gradle / Ivy
package org.bushe.swing.event;
/** Exception thrown by the EventServiceLocator when an EventService already is registered for a name. */
public class EventServiceExistsException extends Exception {
public EventServiceExistsException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy