Project

General

Profile

« Previous | Next » 

Revision 52062

added integration test for VTD parser, reads the datacite collection and provide statistics about the parser performances

View differences:

VtdException.java
12 12
	public VtdException(final Throwable e) {
13 13
		super(e);
14 14
	}
15

  
16
	public VtdException(final String msg, final Exception e) {
17
		super(msg, e);
18
	}
19

  
20
	public VtdException(final String msg, final Throwable e) {
21
		super(msg, e);
22
	}
15 23
}

Also available in: Unified diff