Module ojalgo
Package org.ojalgo

Class RecoverableCondition

All Implemented Interfaces:
Serializable

public class RecoverableCondition extends Exception
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.
Author:
apete
See Also:
  • Constructor Details

    • RecoverableCondition

      public RecoverableCondition(String message)
    • RecoverableCondition

      public RecoverableCondition(Throwable cause)
    • RecoverableCondition

      protected RecoverableCondition(String message, Throwable cause)
  • Method Details