#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