org.charvolant.matrix
Class MatrixException

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

public class MatrixException
extends java.lang.RuntimeException

General matrix operation exception.

A general abstract matrix exception that is the root of all matrix exceptions.

See Also:
Serialized Form

Constructor Summary
MatrixException()
           
MatrixException(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

MatrixException

public MatrixException()

MatrixException

public MatrixException(java.lang.String s)