org.ojalgo
Class RecoverableCondition

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
RecoverableCondition(String aDescription)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecoverableCondition

public RecoverableCondition(String aDescription)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable