org.ojalgo.optimisation
Class ModelValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ojalgo.RecoverableCondition
              extended by org.ojalgo.optimisation.ModelValidationException
All Implemented Interfaces:
Serializable

public class ModelValidationException
extends RecoverableCondition

See Also:
Serialized Form

Constructor Summary
ModelValidationException(String aDescription)
           
 
Method Summary
 
Methods inherited from class org.ojalgo.RecoverableCondition
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

ModelValidationException

public ModelValidationException(String aDescription)