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