try{ var myPat=app.activeDocument.patterns.getByName("Circle"); alert(myPat); }catch(e){ alert("該当する名前のパターンはありません。"); }