Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d3735946 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- changed error message

parent 0436804e
No related branches found
No related tags found
No related merge requests found
/*
* $Id$
*
* Copyright (C) 2003-2005 INRIA Rhne-Alpes.
* Copyright (C) 2003-2006 INRIA Rhne-Alpes.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
......@@ -183,7 +183,7 @@ public class EvalAlign {
java.lang.reflect.Constructor evaluatorConstructor = evaluatorClass.getConstructor(cparams);
eval = (Evaluator)evaluatorConstructor.newInstance(mparams);
} catch (Exception ex) {
System.err.println("Cannot create alignment " +
System.err.println("Cannot create evaluator " +
classname + "\n" + ex.getMessage() );
usage();
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment