try{ var lay=app.activeDocument.layers.getByName("レイヤー 1"); alert(lay); }catch(e){ alert("指定された名前のレイヤーはありません"); }