removed AttributeNotSetException; for this change had to change all the getters to...
commit9e3d256a52bc71995b0d9a91bb9966b79239d22a
authorFrank Maritato <frankmarit@gmail.com>
Fri, 13 Nov 2009 18:30:23 +0000 (13 18:30 +0000)
committerFrank Maritato <frankmarit@gmail.com>
Fri, 13 Nov 2009 18:30:23 +0000 (13 18:30 +0000)
tree17a253e27ba2f629f571b7d64fd8699272539c7b
parent1bae4c6b301e249de9707560e558760525eb959c
removed AttributeNotSetException; for this change had to change all the getters to return the object version of the primitive type and return null if not set.

git-svn-id: https://lwes.svn.sourceforge.net/svnroot/lwes/lwes-java/trunk@270 a2f82657-cdd2-4550-bd36-68a8e7111808
src/main/java/org/lwes/AttributeNotSetException.java [deleted file]
src/main/java/org/lwes/Event.java
src/test/java/org/lwes/EventTest.java
src/test/java/org/lwes/emitter/MulticastEventEmitterTest.java