|
From: <pe...@us...> - 2003-12-19 18:02:45
|
Update of /cvsroot/neuclear/neuclear-signer
In directory sc8-pr-cvs1:/tmp/cvs-serv5137
Modified Files:
project.xml
Log Message:
Revamped a lot of exception handling throughout the framework, it has been simplified in most places:
- For most cases the main exception to worry about now is InvalidNamedObjectException.
- Most lowerlevel exception that cant be handled meaningful are now wrapped in the LowLevelException, a
runtime exception.
- Source and Store patterns each now have their own exceptions that generalizes the various physical
exceptions that can happen in that area.
Index: project.xml
===================================================================
RCS file: /cvsroot/neuclear/neuclear-signer/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** project.xml 19 Dec 2003 00:30:55 -0000 1.4
--- project.xml 19 Dec 2003 18:02:41 -0000 1.5
***************
*** 127,131 ****
<id>commons-cli</id>
<name>commons-cli</name>
! <version>1.0-beta-2</version>
</dependency>
</dependencies>
--- 127,131 ----
<id>commons-cli</id>
<name>commons-cli</name>
! <version>1.0</version>
</dependency>
</dependencies>
|