rev version
[lwes-java.git] / src / org / lwes / NoSuchAttributeTypeException.java
blob44ceaa9a138ad8295e471a11ac3e4b66da30f6f5
1 package org.lwes;
3 /**
4 * Thrown when the Type does not exist for a given attribute in an Event.
5 *
6 * @author Anthony Molinaro
7 */
8 public class NoSuchAttributeTypeException extends EventSystemException {
9 /**
10 * Overrides <tt>EventSystemException</tt> Constructor
12 public NoSuchAttributeTypeException(String s) {
13 super(s);