Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More detailed error reporting
  • Loading branch information
egonw committed Sep 7, 2011
1 parent 50f7ee2 commit 10699a9
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -73,6 +73,10 @@ protected List<? extends ITestResult> doRunTest(ICDKMolecule cdkmol,

}catch(Exception e){
logger.error(" == Opentox model calculation failed for: " + model);
logger.debug(e);
String errorMessage =
"Error during calculation: " + e.getMessage();
return returnError(errorMessage, errorMessage);
}

//End if we have results
Expand Down

0 comments on commit 10699a9

Please sign in to comment.