Class RepeatedCoordinatesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.RepeatedCoordinatesException
-
- All Implemented Interfaces:
Serializable
public class RepeatedCoordinatesException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepeatedCoordinatesException(MatrixCoordinate coordinate)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RepeatedCoordinatesException
public RepeatedCoordinatesException(MatrixCoordinate coordinate)
-
-