44454647484950515253
public LibusbErrorTest(String exp_desc, int code) { this.exp_desc = exp_desc; this.code = code; try { throw new LibusbError(code); } catch (LibusbError e) { this.e = e; } }