java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ojalgo.RecoverableCondition
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsModifierConstructorDescriptionRecoverableCondition(String message) protectedRecoverableCondition(String message, Throwable cause) RecoverableCondition(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic RecoverableConditionstatic RecoverableConditionnewFailedToParseString(String stringToParse, Class<?> classToInstantiate) static RecoverableConditiontoString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RecoverableCondition
-
RecoverableCondition
-
RecoverableCondition
-
-
Method Details
-
newEquationSystemNotSolvable
-
newFailedToParseString
public static RecoverableCondition newFailedToParseString(String stringToParse, Class<?> classToInstantiate) -
newMatrixNotInvertible
-
toString
-