rev version
[lwes-java.git] / src / org / lwes / AttributeNotSetException.java
blobd768835b79415d5388c590ef303e5d7a2dfe61af
1 package org.lwes;
3 public class AttributeNotSetException extends EventSystemException {
4 /**
5 * Overrides <tt>EventSystemException</tt> constructor
6 */
7 public AttributeNotSetException(String s) {
8 super(s);