Package io.bhagat.math.linearalgebra
Class Vector.OutOfDimensionsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.bhagat.math.linearalgebra.Vector.OutOfDimensionsException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Vector
public static class Vector.OutOfDimensionsException extends java.lang.RuntimeException- Author:
- Bhagat An exception that occurs when you try to access a dimension of the vector that does not exist
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateOutOfDimensionsException()privateOutOfDimensionsException(Vector v, int index)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OutOfDimensionsException
private OutOfDimensionsException()
-
OutOfDimensionsException
private OutOfDimensionsException(Vector v, int index)
-
-