javax.vecmath

Class SingularMatrixException

public class SingularMatrixException extends RuntimeException

Indicates that inverse of a matrix cannot be computed.
Constructor Summary
SingularMatrixException()
Creates the exception object with default values.
SingularMatrixException(String str)
Creates the exception object that outputs a message.

Constructor Detail

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