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