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

12 lines
510 B
Scheme

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