Class OperationCancelledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.episteme.core.technical.algorithm.OperationCancelledException
All Implemented Interfaces:
Serializable

public class OperationCancelledException extends RuntimeException
Thrown when a mathematical operation is cancelled by the user or system via OperationContext or MathContext.
Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • OperationCancelledException

      public OperationCancelledException()
    • OperationCancelledException

      public OperationCancelledException(String message)