[armedbear-ticket] [armedbear] #248: More clear error handling for toString throwing an exception
armedbear
armedbear-devel at common-lisp.net
Fri Oct 12 19:11:05 UTC 2012
#248: More clear error handling for toString throwing an exception
--------------------------------------------+-------------------------------
Reporter: https://openid.fau.de/eg74yneg | Owner: ehuelsmann
Type: enhancement | Status: new
Priority: major | Milestone:
Component: interpreter | Version:
Keywords: |
--------------------------------------------+-------------------------------
For some class *test* imported from Java
{{{
PKG> (#"toString" *test*)
; Evaluation aborted on #<JAVA-EXCEPTION java.lang.NullPointerException
{FD82F5}>.
PKG> *test*
; Evaluation aborted on NIL.
}}}
so the second form could include some indication on what goes wrong
especially as toString is called fairly regular in a interactive LISP
session
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/248>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list