FileDocCategorySizeDatePackage
NoninvertibleTransformException.javaAPI DocAndroid 1.5 API1543Wed May 06 22:41:54 BST 2009java.awt.geom

NoninvertibleTransformException

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