public class NoninvertibleMatrixException extends NoninvertibleTransformException
NoninvertibleTransformException because the matrices in this package
are used in Coordinate Operation Steps, in which case a singular matrix means that the
operation is not invertible.Defined in the sis-referencing module
| Constructor and Description |
|---|
NoninvertibleMatrixException()
Constructs a new exception with no message.
|
NoninvertibleMatrixException(String message)
Constructs a new exception with the specified detail message.
|
NoninvertibleMatrixException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
getLastCompletedTransform, setLastCompletedTransformaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoninvertibleMatrixException()
public NoninvertibleMatrixException(String message)
message - the detail message, or null if none.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.