math.geom2d
Class NonInvertibleTransform2DException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- math.geom2d.NonInvertibleTransform2DException
-
- All Implemented Interfaces:
- java.io.Serializable
public class NonInvertibleTransform2DException extends java.lang.RuntimeExceptionException thrown when trying to compute an inverse transform of a transform that does not allows this feature.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NonInvertibleTransform2DException()NonInvertibleTransform2DException(Transform2D transform)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Transform2DgetTransform()
-
-
-
Constructor Detail
-
NonInvertibleTransform2DException
public NonInvertibleTransform2DException()
-
NonInvertibleTransform2DException
public NonInvertibleTransform2DException(Transform2D transform)
-
-
Method Detail
-
getTransform
public Transform2D getTransform()
-
-
DMelt 3.0 © DataMelt by jWork.ORG