com.threerings.math
Class SingularMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
SingularMatrixException()
          Creates a new exception.
SingularMatrixException(String message)
          Creates a new exception with the provided message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.