java.awt.geom
Class NoninvertibleTransformException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.awt.geom.NoninvertibleTransformException
public class
NoninvertibleTransformExceptionextends
Exception Thrown if an operation requires an inverse of an
AffineTransform
, but the transform is in a non-invertible
state.
Author:- Tom Tromey <tromey@cygnus.com>
See Also:
NoninvertibleTransformException
public NoninvertibleTransformException(java.lang.String s)
Create an exception with a message.
Parameters:
AffineTransform
, but the transform is in a non-invertible state.