Changeset 12307 for trunk/abcl/examples/abcl/java_exception_in_lisp
- Timestamp:
- 12/25/09 21:54:31 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/examples/abcl/java_exception_in_lisp/Main.java
r11385 r12307 53 53 catch (Throwable t) 54 54 { 55 System.out.println(" abclexception!");55 System.out.println("exception!"); 56 56 t.printStackTrace(); 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.