com.vividsolutions.jts.geom.util
Class NoninvertibleTransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vividsolutions.jts.geom.util.NoninvertibleTransformationException
- All Implemented Interfaces:
- Serializable
public class NoninvertibleTransformationException
- extends Exception
Indicates that an AffineTransformation
is non-invertible.
- Author:
- Martin Davis
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoninvertibleTransformationException
public NoninvertibleTransformationException()
NoninvertibleTransformationException
public NoninvertibleTransformationException(String msg)
Copyright © 2012. All Rights Reserved.