Class NonConstantMatrixContinuationModeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.algart.arrays.NonConstantMatrixContinuationModeException
All Implemented Interfaces:
Serializable

public class NonConstantMatrixContinuationModeException extends RuntimeException

Unchecked exception thrown by Matrix.ContinuationMode.continuationConstant() method, if the continuation mode is not a constant continuation.

Author:
Daniel Alievsky
See Also:
  • Constructor Details

    • NonConstantMatrixContinuationModeException

      public NonConstantMatrixContinuationModeException()
      Constructs an instance of this class.
    • NonConstantMatrixContinuationModeException

      public NonConstantMatrixContinuationModeException(String message)
      Constructs an instance of this class with the specified detail message.
      Parameters:
      message - the detail message.