Maths
Class SquareMatrix.SquareMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Maths.SquareMatrix.SquareMatrixException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SquareMatrix

public class SquareMatrix.SquareMatrixException
extends java.lang.Exception

Exception thrown when there is a problem with a SquareMatrix operation

See Also:
Serialized Form

Constructor Summary
SquareMatrix.SquareMatrixException(java.lang.String msg)
          Default constructor
 
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

SquareMatrix.SquareMatrixException

public SquareMatrix.SquareMatrixException(java.lang.String msg)
Default constructor

Parameters:
msg - The cause of the problem