[armedbear-devel] Catching CL errors in java
Jonathan Fischer Friberg
odyssomay at gmail.com
Tue Feb 19 15:25:34 UTC 2013
I should add that a solution from inside CL would also work. I'm using the
ABCL eval to execute all code, so maybe I could wrap the call with
something like this:
(handler-case
(... do-stuff ...)
(... catch CL-condition + throw java exception ...))
I don't know if that would work. Also, my CL skills are not good enough to
finish the code above (how do I capture all conditions?), so help would be
appreciated.
Jonathan
On Tue, Feb 19, 2013 at 3:30 PM, Jonathan Fischer Friberg <
odyssomay at gmail.com> wrote:
> Hi again, :)
>
> I'm currently running CL-code from java. The gui is completely implemented
> on the java side. It would be nice if all errors occuring inside abcl could
> be captured from the java side (to be displayed in the gui as an error). Is
> that possible?
>
> Jonathan
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20130219/0fe91261/attachment.html>
More information about the armedbear-devel
mailing list