com.threerings.math
Class SingularMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.threerings.math.SingularMatrixException
- All Implemented Interfaces:
- Serializable
public class SingularMatrixException
- extends RuntimeException
Thrown when inversion is attempted on a singular (non-invertible) matrix.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SingularMatrixException
public SingularMatrixException()
- Creates a new exception.
SingularMatrixException
public SingularMatrixException(String message)
- Creates a new exception with the provided message.
Copyright © 2011. All Rights Reserved.