SuanShu, a Java numerical and statistical library

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

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.VectorAccessException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IsVector

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

This exception should be thrown if any invalid access to a Vector instance is detected. For example, out-of-range index or access to immutable instance.

See Also:
Serialized Form

Constructor Summary
IsVector.VectorAccessException(int size, int index)
           
IsVector.VectorAccessException(java.lang.String msg)
           
 
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.VectorAccessException

public IsVector.VectorAccessException(int size,
                                      int index)

IsVector.VectorAccessException

public IsVector.VectorAccessException(java.lang.String msg)

SuanShu, a Java numerical and statistical library

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