jebl.math
Class MatrixCalcException.NotSquareMatrixException

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

public static class MatrixCalcException.NotSquareMatrixException
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.NotSquareMatrixException()
           
MatrixCalcException.NotSquareMatrixException(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.NotSquareMatrixException

public MatrixCalcException.NotSquareMatrixException()

MatrixCalcException.NotSquareMatrixException

public MatrixCalcException.NotSquareMatrixException(String message)