Package com.microsoft.z3
Class Z3Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.microsoft.z3.Z3Exception
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Model.ModelEvaluationFailedException
The exception base class for error reporting from Z3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Z3Exception(String message) Constructor.Z3Exception(String message, Exception inner) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Z3Exception
public Z3Exception()Constructor. -
Z3Exception
Constructor. -
Z3Exception
Constructor.
-