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:
Serializable
public class NoninvertibleTransformationException extends Exception
Indicates that anAffineTransformation
is non-invertible.- Author:
- Martin Davis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoninvertibleTransformationException()
NoninvertibleTransformationException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoninvertibleTransformationException
public NoninvertibleTransformationException()
-
NoninvertibleTransformationException
public NoninvertibleTransformationException(String msg)
-
-