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