jumbo.euclid
Class NonSquareException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jumbo.euclid.MatrixShapeException
                    |
                    +--jumbo.euclid.NonSquareException

public class NonSquareException
extends MatrixShapeException

Non-square matrix, when square required

See Also:
Serialized Form

Constructor Summary
NonSquareException()
           
NonSquareException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonSquareException

public NonSquareException()

NonSquareException

public NonSquareException(java.lang.String s)