public class NoninvertibleTransformException extends Exception
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.
| Constructor and Description |
|---|
NoninvertibleTransformException(String
Constructs an instance of
NoninvertibleTransformException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoninvertibleTransformException(Strings)
NoninvertibleTransformException with the specified detail message.
s - the detail message