JAL-1807
[jalview.git] / site / j2s / java / awt / geom / NoninvertibleTransformException.js
diff --git a/site/j2s/java/awt/geom/NoninvertibleTransformException.js b/site/j2s/java/awt/geom/NoninvertibleTransformException.js
new file mode 100644 (file)
index 0000000..e95ab3b
--- /dev/null
@@ -0,0 +1,4 @@
+Clazz.declarePackage ("java.awt.geom");
+Clazz.load (["java.lang.Exception"], "java.awt.geom.NoninvertibleTransformException", null, function () {
+c$ = Clazz.declareType (java.awt.geom, "NoninvertibleTransformException", Exception);
+});