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 SummaryConstructorsConstructorDescriptionConstructs an instance of this class.Constructs an instance of this class with the specified detail message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NonConstantMatrixContinuationModeExceptionpublic NonConstantMatrixContinuationModeException()Constructs an instance of this class.
- 
NonConstantMatrixContinuationModeExceptionConstructs an instance of this class with the specified detail message.- Parameters:
- message- the detail message.
 
 
-