org.charvolant.matrix
Class MatrixDimensionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.charvolant.matrix.MatrixException
                  extended byorg.charvolant.matrix.MatrixDimensionException
All Implemented Interfaces:
java.io.Serializable

public class MatrixDimensionException
extends MatrixException

Incompatible matrix dimension exceptions.

This exception is thrown whenever a matrix operation is impossible due to size reasons (eg. trying to multiply a 2x5 by a 2x5 matrix).

See Also:
Serialized Form

Constructor Summary
MatrixDimensionException()
           
MatrixDimensionException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatrixDimensionException

public MatrixDimensionException()

MatrixDimensionException

public MatrixDimensionException(java.lang.String s)