All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.linalg.MatrixException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.IllegalArgumentException
                                   |
                                   +----benno.linalg.MatrixException

public class MatrixException
extends IllegalArgumentException
This exception signifies that the matrices passed to some method were not valid parameters. For example, this exception is thrown when code tries to add two matrices of different dimension.

Version:
$Revision: 1.3 $
Author:
Ben Clifford

Constructor Index

 o MatrixException()
 o MatrixException(String)

Constructors

 o MatrixException
 public MatrixException()
 o MatrixException
 public MatrixException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index