Package org.ojalgo
Class RecoverableCondition
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ojalgo.RecoverableCondition
- All Implemented Interfaces:
Serializable
,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 Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescription(package private)
RecoverableCondition
(String message) protected
RecoverableCondition
(String message, Throwable cause) (package private)
RecoverableCondition
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) RecoverableCondition
(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic RecoverableCondition
static RecoverableCondition
newFailedToParseString
(String stringToParse, Class<?> classToInstantiate) static RecoverableCondition
toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
RecoverableCondition
-
RecoverableCondition
-
RecoverableCondition
-
RecoverableCondition
RecoverableCondition() -
RecoverableCondition
-
-
Method Details
-
newEquationSystemNotSolvable
-
newFailedToParseString
public static RecoverableCondition newFailedToParseString(String stringToParse, Class<?> classToInstantiate) -
newMatrixNotInvertible
-
toString
-