SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.vector.doubles
Class IsVector.SizeMismatch

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.numericalmethod.suanshu.vector.doubles.IsVector.SizeMismatch
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IsVector

public static class IsVector.SizeMismatch
extends java.lang.RuntimeException

This exception should be thrown when a vector operation is performed on two vectors with different sizes.

See Also:
Serialized Form

Constructor Summary
IsVector.SizeMismatch(int size1, int size2)
           
 
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

IsVector.SizeMismatch

public IsVector.SizeMismatch(int size1,
                             int size2)

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.