179180181182183184185186187188189
xmlWriter.flush(); xmlWriter.close(); } catch (IOException e) { final FileIOProblem problem = new FileIOProblem(e); problems.add(problem); } catch (Exception e) { final ICompilerProblem problem = new InternalCompilerProblem(e);
291292293294295296297298299300301
if (readHeader()) readTags(); } catch (IOException e) { problems.add(new FileIOProblem(e)); } if (buildFrames) { int expectedFrames = swf.getFrameCount();
636637638639640641642643644645646
compilationSuccess = true; } catch (IOException e) { final FileIOProblem problem = new FileIOProblem(e); problems.add(problem); } catch (Exception e) { final ICompilerProblem problem = new InternalCompilerProblem(e);