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, setLastCompletedTransform
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoninvertibleMatrixException()
public NoninvertibleMatrixException(String message)
message
- The detail message, or null
if none.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.