197198199200201202203204205206207
} else { int numPens = importIntro(plot); importPens(plot, numPens); importPoints(plot); } plot.makeDirty(); } catch (ClassCastException e) { throw new AbortingImportException (ImportError.ILLEGAL_CLASS_CAST_ERROR, ""); } }