Package net.algart.arrays
Class NonConstantMatrixContinuationModeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.algart.arrays.NonConstantMatrixContinuationModeException
- All Implemented Interfaces:
Serializable
Unchecked exception thrown by Matrix.ContinuationMode.continuationConstant()
method,
if the continuation mode is not a constant continuation
.
- Author:
- Daniel Alievsky
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs an instance of this class.Constructs an instance of this class with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonConstantMatrixContinuationModeException
public NonConstantMatrixContinuationModeException()Constructs an instance of this class. -
NonConstantMatrixContinuationModeException
Constructs an instance of this class with the specified detail message.- Parameters:
message
- the detail message.
-