public static void checkMemberID(String mID) throws MemberIDException{; if(mID.length() != 5){; throw new MemberIDException(mID); // 自訂例外; } ...
確定! 回上一頁