Opened 12 years ago
Last modified 17 months ago
#248 new enhancement
Clearer error handling for toString throwing an exception
Reported by: | Christoph Egger | Owned by: | ehuelsmann |
---|---|---|---|
Priority: | critical | Milestone: | 1.9.3 |
Component: | interpreter | Version: | 1.1.0-dev |
Keywords: | trace runtime-exceptions | Cc: | siccegge@… |
Parent Tickets: |
Description
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
Change History (24)
comment:1 Changed 12 years ago by
Cc: | siccegge@… added |
---|
comment:2 Changed 12 years ago by
Milestone: | → 1.1.0 |
---|---|
Version: | → 1.1.0-dev |
comment:3 Changed 12 years ago by
Milestone: | 1.1.0 → 1.1.1 |
---|
comment:4 Changed 12 years ago by
Milestone: | 1.1.1 → 1.2.0 |
---|
comment:5 Changed 12 years ago by
Keywords: | trace added |
---|
comment:6 Changed 12 years ago by
Priority: | major → critical |
---|
comment:7 Changed 11 years ago by
Keywords: | runtime-exceptions added |
---|---|
Summary: | More clear error handling for toString throwing an exception → Clearer error handling for toString throwing an exception |
comment:8 Changed 11 years ago by
Milestone: | 1.2.0 → 1.3.0 |
---|
comment:11 Changed 11 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
comment:16 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:21 Changed 3 years ago by
Milestone: | 1.8.1 → 1.9.0 |
---|
comment:22 Changed 22 months ago by
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:23 Changed 21 months ago by
Milestone: | 1.9.1 → 1.9.2 |
---|
comment:24 Changed 17 months ago by
Milestone: | 1.9.2 → 1.9.3 |
---|
Note: See
TracTickets for help on using
tickets.
Clarify language.