Re: CMSExceptions

2008-08-24 Thread Timothy Bish
CMSException in Trunk now has a getCause that will return you the underlying exception which you can cast to the types you want to handle. Timothy Bish wrote: > > The architecture of the C++ client has changed such that the > CMSException won't be castable to an exception type from the decaf >

Re: CMSExceptions

2008-08-09 Thread Timothy Bish
The architecture of the C++ client has changed such that the CMSException won't be castable to an exception type from the decaf package since we don't want to tie the CMS code to libraries that someone else implementing a CMS client might not want to use. That being said it would probably make sen