Package org.ojalgo

Class RecoverableCondition

All Implemented Interfaces:
Serializable, EffectiveThrowable

public final class RecoverableCondition extends Exception implements EffectiveThrowable
Something that potentially could go wrong, actually did go wrong. The API user is expected to recover and continue execution. Is always declared to be thrown, and must be caught.
See Also:
  • Field Details

  • Constructor Details

    • RecoverableCondition

      public RecoverableCondition(String message)
    • RecoverableCondition

      RecoverableCondition()
    • RecoverableCondition

      RecoverableCondition(String message, Throwable cause)
    • RecoverableCondition

      RecoverableCondition(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • RecoverableCondition

      RecoverableCondition(Throwable cause)
  • Method Details