public class NoninvertibleTransformException extends TransformException
MathTransform.inverse() is invoked but the transform can't be inverted.CoordinateOperationFactory,
Serialized Form| Constructor and Description |
|---|
NoninvertibleTransformException()
Construct an exception with no detail message.
|
NoninvertibleTransformException(String message)
Construct an exception with the specified detail message.
|
NoninvertibleTransformException(String message,
Throwable cause)
Construct an exception with the specified detail message and cause.
|
getLastCompletedTransform, setLastCompletedTransformaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoninvertibleTransformException()
public NoninvertibleTransformException(String message)
message - The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.public NoninvertibleTransformException(String message, Throwable cause)
geom.NoninvertibleTransformException emitted by Java2D.message - The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.cause - The cause for this exception. The cause is saved for later retrieval by the
Throwable.getCause() method.Copyright © 1996–2019 Geotools. All rights reserved.