jumbo.euclid
Class NonRectMatrixException

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

public class NonRectMatrixException
extends MatrixShapeException

Non-rectangular matrix, when rectangular required

See Also:
Serialized Form

Constructor Summary
NonRectMatrixException()
           
NonRectMatrixException(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

NonRectMatrixException

public NonRectMatrixException()

NonRectMatrixException

public NonRectMatrixException(java.lang.String s)