org.ojalgo
Class RecoverableCondition
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ojalgo.RecoverableCondition
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ModelValidationException
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:
- Serialized Form
RecoverableCondition
public RecoverableCondition(String aDescription)
toString
public String toString()
- Overrides:
toString in class Throwable