racket/collects/profj/libs/java/lang/Throwable.ss
Kathy Gray 7ccb51d3f1 Moving things to scheme/base
svn: r9960
2008-05-26 15:50:15 +00:00

7 lines
323 B
Scheme

(module Throwable scheme/base
(require "Object-composite.ss")
(provide Throwable (struct-out java:exception)
exception-is-a? handle-exception create-java-exception)
(provide guard-convert-Throwable convert-assert-Throwable wrap-convert-assert-Throwable
dynamic-Throwable/c static-Throwable/c))