When building Castor 0.9.6 from the source tarball, core.CastorException is never compiled and thus never place in the jar file. However, the jar provided on the website does not have this issue.
### Jar download from castor.org $ jar tvf /usr/local/share/java/classes/castor.jar| grep CastorException 2299 Wed Feb 09 22:11:38 EST 2005 org/exolab/castor/core/exceptions/CastorException.class 1218 Wed Feb 09 22:11:40 EST 2005 org/exolab/castor/xml/CastorException.class ### Jar built using ant jar/release $ jar tvf castor-0.9.6.jar| grep CastorException 1218 Mon May 16 14:56:18 EDT 2005 org/exolab/castor/xml/CastorException.class ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.

