All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class matrix.MatrixException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----matrix.MatrixException

public class MatrixException
extends Exception
This exception is raised when incompatable matrices are multiplied, or a subset of a matrix is asked for that is larger than the matrix, or some other error occurs when dealing with matrices.

This code is (c) 1996 Leemon Baird <leemon@cs.cmu.edu>, http://www.cs.cmu.edu/~baird
The source and object code may be redistributed freely. If the code is modified, please state so in the comments.

Version:
1.01, 9 August 96
Author:
Leemon Baird

Constructor Index

 o MatrixException(String)
define a message string when creating the exception

Method Index

 o print()
print out the error and stack to System.out

Constructors

 o MatrixException
 public MatrixException(String s)
define a message string when creating the exception

Methods

 o print
 public void print()
print out the error and stack to System.out


All Packages  Class Hierarchy  This Package  Previous  Next  Index