13 lines
643 B
Scheme
13 lines
643 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
|
|
ArrayIndexOutOfBoundsException-ArrayIndexOutOfBoundsException-constructor~generic
|
|
ArrayIndexOutOfBoundsException-ArrayIndexOutOfBoundsException-constructor-java.lang.String~generic
|
|
ArrayIndexOutOfBoundsException-ArrayIndexOutOfBoundsException-constructor-int~generic))
|