try{ var doc=app.documents.getByName("sampleDocument.ai"); alert(doc.name); }catch(e){ alert("該当する名前のドキュメントはありません。"); }