org.opengis.referencing.operation
Class TransformException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opengis.referencing.operation.TransformException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- NoninvertibleTransformException
public class TransformException extends java.lang.ExceptionCommon superclass for a number of transformation-related exceptions.TransformExceptionare thrown byMathTransformwhen a coordinate transformation can't be inverted (NoninvertibleTransformException), when the derivative can't be computed or when a coordinate can't be transformed. It is also thrown whenCoordinateOperationFactoryfails to find a path between two coordinate reference systems.- Since:
- GeoAPI 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description TransformException()Construct an exception with no detail message.TransformException(java.lang.String message)Construct an exception with the specified detail message.TransformException(java.lang.String message, java.lang.Throwable cause)Construct an exception with the specified detail message and cause.
-
-
-
Constructor Detail
-
TransformException
public TransformException()
Construct an exception with no detail message.
-
TransformException
public TransformException(java.lang.String message)
Construct an exception with the specified detail message.- Parameters:
message- The detail message. The detail message is saved for later retrieval by theThrowable.getMessage()method.
-
TransformException
public TransformException(java.lang.String message, java.lang.Throwable cause)Construct an exception with the specified detail message and cause.- Parameters:
message- The detail message. The detail message is saved for later retrieval by theThrowable.getMessage()method.cause- The cause for this exception. The cause is saved for later retrieval by theThrowable.getCause()method.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG