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.
(->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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close