Class dnx.geom.MatrixInversionException
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.geom.MatrixInversionException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----dnx.geom.MatrixInversionException
- public class MatrixInversionException
- extends Exception
A MatrixInversionException is thrown when there is an attempt
to compute the inverse of a singular matrix.
-
MatrixInversionException()
- Constructs a MatrixInversionException with no detail message.
-
MatrixInversionException(String)
- Constructs an MatrixInversionException with the specified detail message.
MatrixInversionException
public MatrixInversionException()
- Constructs a MatrixInversionException with no detail message.
MatrixInversionException
public MatrixInversionException(String s)
- Constructs an MatrixInversionException with the specified detail message.
A detail message is a String that describes this particular exception.
- Parameters:
- s - the detail message
All Packages Class Hierarchy This Package Previous Next Index