In its whole, exception handling code might look like this (in Java-like pseudocode):. try { line = console.readLine(); if (line.length() == 0) { throw new ...
確定! 回上一頁