19package denoptim.integration.tinker;
68 if (getMessage().contains(simpthon))
General set of constants used to deal with Tinker.
static final Map< String, String > KNOWNERRORS
Recognised error messages and proposed solutions.
Exceptions resulting from a failure of Tinker.
TinkerException(String errMsg, String taskName)
Constructor for an exception resulting from a failure of Tinker.
static final long serialVersionUID
Version ID.
String taskName
Identification of the task that caused the failure.
void interpreteMsg()
Reads the message and trying to find a match in the map of solutions to known problems.
String solution
Proposed solution to the failure, or empty string.