compiler must print some info on wrong arguments

This commit is contained in:
Maxim Manuylov
2012-07-28 12:56:13 +04:00
committed by Evgeny Gerashchenko
parent 01ef9133d4
commit 7eba14bcf1
@@ -56,6 +56,7 @@ public abstract class CLICompiler<A extends CompilerArguments> {
return true;
}
catch (IllegalArgumentException e) {
errStream.println(e.getMessage());
usage(errStream);
}
catch (Throwable t) {