public class

NoninvertibleTransformException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.awt.geom.NoninvertibleTransformException

Class Overview

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.

Summary

Public Constructors
NoninvertibleTransformException(String s)
Constructs an instance of NoninvertibleTransformException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoninvertibleTransformException (String s)

Constructs an instance of NoninvertibleTransformException with the specified detail message.

Parameters
s the detail message