Opened 14 years ago
Last modified 3 years 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 by , 14 years ago
| Cc: | added |
|---|
comment:2 by , 14 years ago
| Milestone: | → 1.1.0 |
|---|---|
| Version: | → 1.1.0-dev |
comment:3 by , 14 years ago
| Milestone: | 1.1.0 → 1.1.1 |
|---|
comment:4 by , 14 years ago
| Milestone: | 1.1.1 → 1.2.0 |
|---|
comment:5 by , 13 years ago
| Keywords: | trace added |
|---|
comment:6 by , 13 years ago
| Priority: | major → critical |
|---|
comment:7 by , 13 years ago
| Keywords: | runtime-exceptions added |
|---|---|
| Summary: | More clear error handling for toString throwing an exception → Clearer error handling for toString throwing an exception |
comment:8 by , 13 years ago
| Milestone: | 1.2.0 → 1.3.0 |
|---|
comment:11 by , 12 years ago
| Milestone: | 2.0.0 → 1.4.0 |
|---|
comment:16 by , 6 years ago
| Milestone: | 1.6.2 → 1.7.0 |
|---|
comment:21 by , 4 years ago
| Milestone: | 1.8.1 → 1.9.0 |
|---|
comment:22 by , 3 years ago
| Milestone: | 1.9.0 → 1.9.1 |
|---|
comment:23 by , 3 years ago
| Milestone: | 1.9.1 → 1.9.2 |
|---|
comment:24 by , 3 years ago
| Milestone: | 1.9.2 → 1.9.3 |
|---|
Note:
See TracTickets
for help on using tickets.
Clarify language.