沒有提示拋出異常 如何解決
try { ?
? ? ? new MultiFormatWriter().encode(content,BarcodeFormat.QR_CODE,width,height,hints);
} catch (Exception e) {
e.printStackTrace();
} ? ?沒有提示拋出異常 ?如何解決
try { ?
? ? ? new MultiFormatWriter().encode(content,BarcodeFormat.QR_CODE,width,height,hints);
} catch (Exception e) {
e.printStackTrace();
} ? ?沒有提示拋出異常 ?如何解決
2017-09-13
舉報(bào)
2017-09-14
異常被捕獲了,想要拋出就手動(dòng)填寫