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