public class SolverException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private Collection<SMTSolver> |
solvers |
Constructor and Description |
---|
SolverException(Collection<SMTSolver> solvers) |
Modifier and Type | Method and Description |
---|---|
Collection<SMTSolver> |
getSolvers() |
void |
printStackTrace() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
private static final long serialVersionUID
private Collection<SMTSolver> solvers
public SolverException(Collection<SMTSolver> solvers)
public Collection<SMTSolver> getSolvers()
public void printStackTrace()
printStackTrace
in class Throwable