Class TransformException

Object
Throwable
Exception
TransformException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoninvertibleTransformException

public class TransformException extends Exception
Common superclass for a number of transformation-related exceptions. TransformException are thrown by MathTransform when a coordinate transformation cannot be inverted (NoninvertibleTransformException), when the derivative cannot be computed or when a coordinate cannot be transformed. It is also thrown when CoordinateOperationFactory fails to find a path between two coordinate reference systems.
Since:
1.0
See Also: