java.awt.geom

Class NoninvertibleTransformException

public class NoninvertibleTransformException extends Exception

Thrown if an operation requires an inverse of an AffineTransform, but the transform is in a non-invertible state.

See Also: AffineTransform

UNKNOWN: updated to 1.4

Constructor Summary
NoninvertibleTransformException(String s)
Create an exception with a message.

Constructor Detail

NoninvertibleTransformException

public NoninvertibleTransformException(String s)
Create an exception with a message.

Parameters: s the message