4 * Exception thrown when the given event does not exist in the event system
5 * @author Anthony Molinaro
8 public class NoSuchEventException
extends EventSystemException
{
10 * Overrides <tt>EventSystemException</tt> constructor
12 public NoSuchEventException(String s
) {