jebl.math
Class MatrixCalcException.PositiveDefiniteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jebl.math.MatrixCalcException
              extended by jebl.math.MatrixCalcException.PositiveDefiniteException
All Implemented Interfaces:
Serializable
Enclosing class:
MatrixCalcException

public static class MatrixCalcException.PositiveDefiniteException
extends MatrixCalcException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jebl.math.MatrixCalcException
MatrixCalcException.NotSquareMatrixException, MatrixCalcException.PositiveDefiniteException
 
Constructor Summary
MatrixCalcException.PositiveDefiniteException()
           
MatrixCalcException.PositiveDefiniteException(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.PositiveDefiniteException

public MatrixCalcException.PositiveDefiniteException()

MatrixCalcException.PositiveDefiniteException

public MatrixCalcException.PositiveDefiniteException(String message)