Package com.microsoft.z3
Class Model.ModelEvaluationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.microsoft.z3.Z3Exception
com.microsoft.z3.Model.ModelEvaluationFailedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Model
A ModelEvaluationFailedException is thrown when an expression cannot be
evaluated by the model.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAn exception that is thrown when model evaluation fails. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelEvaluationFailedException
public ModelEvaluationFailedException()An exception that is thrown when model evaluation fails.
-