public final class RecoverableCondition extends Exception
| Modifier and Type | Method and Description |
|---|---|
static RecoverableCondition |
newEquationSystemNotSolvable() |
static RecoverableCondition |
newFailedToParseString(String stringToParse,
Class<?> classToInstantiate) |
static RecoverableCondition |
newMatrixNotInvertible() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static RecoverableCondition newEquationSystemNotSolvable()
public static RecoverableCondition newFailedToParseString(String stringToParse, Class<?> classToInstantiate)
public static RecoverableCondition newMatrixNotInvertible()
Copyright © 2018 Optimatika. All rights reserved.