It gets thrown by the constructor of the class java.lang.Long when you provide a String in a wrong format. try { new Long("xyz"); } catch ...
確定! 回上一頁