10 lines
304 B
Scheme
10 lines
304 B
Scheme
(module NumberFormatException mzscheme
|
|
(require "Object-composite.ss")
|
|
(provide
|
|
NumberFormatException
|
|
guard-convert-NumberFormatException
|
|
convert-assert-NumberFormatException
|
|
wrap-convert-assert-NumberFormatException
|
|
dynamic-NumberFormatException/c
|
|
static-NumberFormatException/c))
|