Package jisa.maths.matrices.exceptions
Class DimensionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jisa.maths.matrices.exceptions.MatrixException
-
- jisa.maths.matrices.exceptions.DimensionException
-
- All Implemented Interfaces:
java.io.Serializable
public class DimensionException extends MatrixException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DimensionException(int numGiven, int numNeeded)
DimensionException(int rowGiven, int colGiven, int rowNeeded, int colNeeded)
DimensionException(Matrix given, int rowNeeded, int colNeeded)
DimensionException(Matrix given, Matrix needed)
-
-
-
Constructor Detail
-
DimensionException
public DimensionException(int rowGiven, int colGiven, int rowNeeded, int colNeeded)
-
DimensionException
public DimensionException(Matrix given, int rowNeeded, int colNeeded)
-
DimensionException
public DimensionException(int numGiven, int numNeeded)
-
-