Package org.locationtech.jts.geom.util
Class NoninvertibleTransformationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.locationtech.jts.geom.util.NoninvertibleTransformationException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoninvertibleTransformationException extends java.lang.Exception
Indicates that anAffineTransformation
is non-invertible.- Author:
- Martin Davis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoninvertibleTransformationException()
NoninvertibleTransformationException(java.lang.String msg)
-