14 lines
466 B
Scheme
14 lines
466 B
Scheme
(module Exception mzscheme
|
|
(require "Object-composite.ss")
|
|
(provide
|
|
Exception
|
|
guard-convert-Exception
|
|
convert-assert-Exception
|
|
wrap-convert-assert-Exception
|
|
dynamic-Exception/c
|
|
static-Exception/c
|
|
Exception-Exception-constructor~generic
|
|
Exception-Exception-constructor-java.lang.String~generic
|
|
Exception-Exception-constructor-java.lang.String-java.lang.Throwable~generic
|
|
Exception-Exception-constructor-java.lang.Throwable~generic))
|