public class java.awt.geom
NoninvertibleTransformException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
The 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.
version1.19, 11/17/05

Constructors
public NoninvertibleTransformException(String s) Details
Constructs an instance of NoninvertibleTransformException with the specified detail message.
sthe detail message
since1.2