racket/collects/profj/libs/java/lang/IndexOutOfBoundsException.ss

12 lines
499 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
IndexOutOfBoundsException-IndexOutOfBoundsException-constructor~generic
IndexOutOfBoundsException-IndexOutOfBoundsException-constructor-java.lang.String~generic))