racket/collects/profj/libs/java/lang/ArrayIndexOutOfBoundsException.ss
Kathy Gray f5c3b8aa6c Merged 1145:1303 from branches/kathyg (only collects/profj directory)
Changes Beginner to have interfaces; assorted bug fixes

svn: r1305
2005-11-14 04:51:09 +00:00

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))