jumbo.euclid
Class UnequalMatricesException

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

public class UnequalMatricesException
extends MatrixShapeException

Unconformable matrices (i.e. cannot be multiplied as a.cols != b.rows)

See Also:
Serialized Form

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

UnequalMatricesException

public UnequalMatricesException()

UnequalMatricesException

public UnequalMatricesException(java.lang.String s)