i know the <c:catch> can catch the exception on
jsp,but the error message which i got from it looked
like below:
javax.servlet.jsp.el.ELException: An error occurred
while getting property "deivces" from an instance of
class com.service.transfer.client.DeviceHelper 

in fact this error was generated by an IOException in
the deep layer,and i have written my own exception
class to describe the detail error reason,such as:
catch (IOException e) {
throw new DaoException("server down");} 
so i want to know in my jsp files can i use jstl to
catch the DaoException and show the "server down"
message on the page.yet the <c:catch> can only catch
the exception,it didn't know what the exactly
exception it is.

_________________________________________________________
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
http://music.yisou.com/
美女明星应有尽有,搜遍美图、艳图和酷图
http://image.yisou.com
1G就是1000兆,雅虎电邮自助扩容!
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to