javax.vecmath

Class SingularMatrixException


public class SingularMatrixException
extends RuntimeException

Indicates that inverse of a matrix cannot be computed.
Version:
specification 1.1, implementation $Revision: 1.5 $, $Date: 1999/10/05 07:03:50 $
Author:
Kenji hiranabe

Constructor Summary

SingularMatrixException()
Creates the exception object with default values.
SingularMatrixException(String str)
Creates the exception object that outputs a message.

Constructor Details

SingularMatrixException

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

SingularMatrixException

public SingularMatrixException(String str)
Creates the exception object that outputs a message.
Parameters:
str - the message string to output