假如现在有一段文本:
this{
...
ID: 1A45
Request: http://www.baidu.com
...
}
NullPointException:...this{
...
ID: 012D
Request: http://www.google.com
...
}
NullPointException:
at com.sun.dal.dao.CacheableDao.localCacheFetch(CacheableDao.java:182)
at com.sun.dal.store.biz.StoreBOF.findMinimumStoreByUserId(StoreBOF.java:192)this{
...
ID: 111D
Request: http://www.sina.com
...
}

NullPointException:...
然后我要进行这样的搜索:首先搜索关键字Exception,假如搜到,则定位到含有该Exception的两个“this{”之间,然后找这个expception信息中是否含有store关键字,这些步骤该怎么用javascript做呢?请高手指教!!