javax.vecmath
Class SingularMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.vecmath.SingularMatrixException
All Implemented Interfaces:
java.io.Serializable

public class SingularMatrixException
extends java.lang.RuntimeException

Indicates that inverse of a matrix cannot be computed.

Author:
Kenji hiranabe
See Also:
Serialized Form

Constructor Summary
SingularMatrixException()
          Creates the exception object with default values.
SingularMatrixException(java.lang.String str)
          Creates the exception object that outputs a 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingularMatrixException

public SingularMatrixException()
Creates the exception object with default values.


SingularMatrixException

public SingularMatrixException(java.lang.String str)
Creates the exception object that outputs a message.

Parameters:
str - the message string to output