public class SingularMatrixException extends RuntimeException
This is a Throwable version of !@link java.awt.geom.NoninvertibleTransformException}
NoninvertibleTransformException
,
Serialized FormConstructor and Description |
---|
SingularMatrixException(NoninvertibleTransformException nonInvertable) |
SingularMatrixException(String message)
Matrix is singular (often indicating an inverse is not available)
|
SingularMatrixException(String message,
Throwable cause)
Construct using provided message and cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SingularMatrixException(String message)
public SingularMatrixException(String message, Throwable cause)
message
- cause
- public SingularMatrixException(NoninvertibleTransformException nonInvertable)
Copyright © 1996–2019 Geotools. All rights reserved.