![](https://secure.gravatar.com/avatar/14e8746629be3aea786cb5ba9715bbc3.jpg?s=120&d=mm&r=g)
12 Feb
2007
12 Feb
'07
9:52 a.m.
First, thanks for making this system, and apologies if this isn;t the list for these questions but there appears to be no cffi-users list. In any case, is there any way to catch the underlying c++ exceptions within a cffi-wrapper? I have developed a C++ library that defines its own exceptions and I would like to trap them and generate an appropriate Lisp Condition. At present deliberately triggering an error (say by passingincorrect parameters to a constructor) gives me back a null pointer. Thanks, Collin Lynch.