firstExc = false;
}
else
stream.print(FOUR_INDENT + "else if ");
stream.println( "(_id.equals (\"" + exc.repositoryID ().ID () + "\"))");
stream.println (FIVE_INDENT + "throw " +
Util.helperName ((SymtabEntry)exc, false) + ".read ($in);");
}
stream.println(FOUR_INDENT + "else");
stream.println(FIVE_INDENT + "throw new org.omg.CORBA.MARSHAL (_id);");