try{ var ls=app.activeDocument.layerSets.getByName("グループ 1"); alert(ls); }catch(e){ alert("指定されたレイヤーセットはありません"); }