public final class MatrixDimensionException extends DimensionException
Constructor and Description |
---|
MatrixDimensionException()
Constructs a MatrixDimensionException with no detail message.
|
MatrixDimensionException(java.lang.String s)
Constructs a MatrixDimensionException with the specified detail message.
|