try{ var docName=app.documents.getByName("sample.psd"); alert(docName); }catch(e){ alert("指定された名前のドキュメントはありません"); }