restructuring
[lwes-java.git] / src / main / java / org / lwes / NoSuchAttributeException.java
blob223b25f93d81cf16c359de0d033c192da681a1fe
1 package org.lwes;
3 /**
4 * Exception thrown when an attribute does not exist in an Event
5 * @author Anthony Molinaro
6 */
7 public class NoSuchAttributeException extends EventSystemException {
8 /**
9 * Overrides <tt>EventSystemException</tt> constructor
11 public NoSuchAttributeException(String s) {
12 super(s);