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 SummaryConstructors 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- 
DimensionExceptionpublic DimensionException(int rowGiven, int colGiven, int rowNeeded, int colNeeded)
 - 
DimensionExceptionpublic DimensionException(Matrix given, int rowNeeded, int colNeeded) 
 - 
DimensionExceptionpublic DimensionException(int numGiven, int numNeeded)
 
- 
 
-