jebl.math
Class MatrixCalcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jebl.math.MatrixCalcException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MatrixCalcException.NotSquareMatrixException, MatrixCalcException.PositiveDefiniteException

public class MatrixCalcException
extends Exception

See Also:
Serialized Form

Nested Class Summary
static class MatrixCalcException.NotSquareMatrixException
           
static class MatrixCalcException.PositiveDefiniteException
           
 
Constructor Summary
MatrixCalcException()
           
MatrixCalcException(String message)
           
 
Method Summary
 
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

MatrixCalcException

public MatrixCalcException()

MatrixCalcException

public MatrixCalcException(String message)