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