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

12 lines
444 B
Scheme

(module NullPointerException mzscheme
(require "Object-composite.ss")
(provide
NullPointerException
guard-convert-NullPointerException
convert-assert-NullPointerException
wrap-convert-assert-NullPointerException
dynamic-NullPointerException/c
static-NullPointerException/c
NullPointerException-NullPointerException-constructor~generic
NullPointerException-NullPointerException-constructor-java.lang.String~generic))