12 lines
455 B
Scheme
12 lines
455 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
|
|
IllegalStateException-IllegalStateException-constructor~generic
|
|
IllegalStateException-IllegalStateException-constructor-java.lang.String~generic))
|