File
Doc
Category
Size
Date
Package
NoninvertibleTransformException.java
API Doc
Android 1.5 API
1543
Wed May 06 22:41:54 BST 2009
java.awt.geom
NoninvertibleTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class NoninvertibleTransformException extends Exception
The Class NoninvertibleTransformException is the exception that is thrown when an action requires inverting an {@link AffineTransform} that is not invertible (has determinant 0).
since
Android 1.0
Fields Summary
private static final long
serialVersionUID
The Constant serialVersionUID.
Constructors Summary
public NoninvertibleTransformException
(
String
s)
Instantiates a new non-invertible transform exception.
param
s the error message.
super(s);
Methods Summary
Java Code Source