<div dir="ltr">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:<br><br>(handler-case<br>   (... do-stuff ...)<br>
   (... catch CL-condition + throw java exception ...))<br><br>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.<br>
<br>Jonathan<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 19, 2013 at 3:30 PM, Jonathan Fischer Friberg <span dir="ltr"><<a href="mailto:odyssomay@gmail.com" target="_blank">odyssomay@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi again, :)<br><br>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?<span class="HOEnZb"><font color="#888888"><br>

<br>Jonathan<br></font></span></div>
</blockquote></div><br></div>