* @note that an exception will be raised if the
*/
public IInterpreterInfo getProjectInterpreter() throws MisconfigurationException,
PythonNatureWithoutProjectException {
if (this.project == null) {
throw new PythonNatureWithoutProjectException("Project is not set.");
}
try {
String projectInterpreterName = getProjectInterpreterName();
IInterpreterInfo ret;