public static class IsVector.VectorAccessException
extends java.lang.RuntimeException
Vector instance is detected. For example, out-of-range index or
write to an immutable instance.| Constructor and Description |
|---|
VectorAccessException(int size,
int index)
Construct an instance of
VectorAccessException for out-of-range access. |
VectorAccessException(java.lang.String msg)
Construct an instance of
VectorAccessException. |
public VectorAccessException(int size,
int index)
VectorAccessException for out-of-range access.size - the vector sizeindex - the out-of-range indexpublic VectorAccessException(java.lang.String msg)
VectorAccessException.msg - the error message