Package io.bhagat.math.linearalgebra
Class Vector.InvalidLengthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.bhagat.math.linearalgebra.Vector.InvalidLengthException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Vector
public static class Vector.InvalidLengthException extends java.lang.RuntimeException- Author:
- Bhagat An exception for when two vectors are not compatible due to their lengths
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateInvalidLengthException()privateInvalidLengthException(Vector vector1, Vector vector2)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-