Package org.sosy_lab.java_smt.api
Class SolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sosy_lab.java_smt.api.SolverException
- All Implemented Interfaces:
Serializable
Exception thrown if there is an error during SMT solving.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSolverException(@Nullable String msg) SolverException(@Nullable String msg, @Nullable Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SolverException
-
SolverException
-