All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.vecmath.SingularMatrixException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.vecmath.SingularMatrixException

public class SingularMatrixException
extends RuntimeException
Indicates that inverse of a matrix can not be computed.


Constructor Index

 o SingularMatrixException()
Create the exception object with default values..
 o SingularMatrixException(String)
Create the exception object that outputs message.

Constructors

 o SingularMatrixException
 public SingularMatrixException()
Create the exception object with default values..

 o SingularMatrixException
 public SingularMatrixException(String str)
Create the exception object that outputs message.

Parameters:
str - the message string to be output.

All Packages  Class Hierarchy  This Package  Previous  Next  Index