/**
* @param basePath
*/
public Driver(boolean verbose) throws IOException {
this.errorHandler = new SystemErrErrorHandler();
this.countingErrorHandler = new CountingErrorHandler();
this.verbose = verbose;
validator = new SimpleDocumentValidator();
try {
this.err = new PrintWriter(new OutputStreamWriter(System.err,
"UTF-8"));