public final class RecoverableCondition extends Exception
Constructor and Description |
---|
RecoverableCondition(String message) |
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, setStackTrace
public RecoverableCondition(String message)
public static RecoverableCondition newEquationSystemNotSolvable()
public static RecoverableCondition newFailedToParseString(String stringToParse, Class<?> classToInstantiate)
public static RecoverableCondition newMatrixNotInvertible()
Copyright © 2019 Optimatika. All rights reserved.