NoninvertibleTransformExceptionpublic class NoninvertibleTransformException extends Exception The NoninvertibleTransformException class represents
an exception that is thrown if an operation is performed requiring
the inverse of an {@link AffineTransform} object but the
AffineTransform is in a non-invertible state. |
Constructors Summary |
---|
public NoninvertibleTransformException(String s)Constructs an instance of
NoninvertibleTransformException
with the specified detail message.
super (s);
|
|