Class SingularMatrixException
- Object
- 
- Throwable
- 
- Exception
- 
- RuntimeException
- 
- SingularMatrixException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class SingularMatrixException extends RuntimeException Matrix is singular, and thus an inverse is not available.This is a Throwable version of !@link java.awt.geom.NoninvertibleTransformException} - Author:
- jody
- See Also:
- NoninvertibleTransformException, Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor 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
 - 
Method Summary- 
Methods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
SingularMatrixExceptionpublic SingularMatrixException(String message) Matrix is singular (often indicating an inverse is not available)
 - 
SingularMatrixExceptionpublic SingularMatrixException(String message, Throwable cause) Construct using provided message and cause
 - 
SingularMatrixExceptionpublic SingularMatrixException(NoninvertibleTransformException nonInvertable) 
 
- 
 
-