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