repo.or.cz
/
lwes-java.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rev version
[lwes-java.git]
/
src
/
org
/
lwes
/
AttributeNotSetException.java
blob
d768835b79415d5388c590ef303e5d7a2dfe61af
1
package
org
.
lwes
;
2
3
public class
AttributeNotSetException
extends
EventSystemException
{
4
/**
5
* Overrides <tt>EventSystemException</tt> constructor
6
*/
7
public
AttributeNotSetException
(
String s
) {
8
super
(
s
);
9
}
10
11
}