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 s)
Constructs an instance of
NoninvertibleTransformException
with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoninvertibleTransformException(String s)
NoninvertibleTransformException
with the specified detail message.s
- the detail messageaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2016 aicas GmbH. All Rights Reserved.