Liking cljdoc? Tell your friends :D

jdk.awt.geom.NoninvertibleTransformException

The NoninvertibleTransformException class represents an exception that is thrown if an operation is performed requiring the inverse of an AffineTransform object but the AffineTransform is in a non-invertible state.

The NoninvertibleTransformException class represents
an exception that is thrown if an operation is performed requiring
the inverse of an AffineTransform object but the
AffineTransform is in a non-invertible state.
raw docstring

->noninvertible-transform-exceptionclj

(->noninvertible-transform-exception s)

Constructor.

Constructs an instance of NoninvertibleTransformException with the specified detail message.

s - the detail message - java.lang.String

Constructor.

Constructs an instance of
 NoninvertibleTransformException
 with the specified detail message.

s - the detail message - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close