Example of using a nested exception

2003-02-11 Thread White, Joshua A (CASD, IT)
Hello, I am looking for an example of using a nested exception. I have started reading through Chuck Cavaness' Programming Jakarta Struts book. He creates a BaseException class which supports nested exceptions. So far, I have not found where he uses it. Does anyone use nested exceptions which

RE: Example of using a nested exception

2003-02-11 Thread Rao, Nagraj
Message- From: White, Joshua A (CASD, IT) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 12:42 PM To: [EMAIL PROTECTED] Subject: Example of using a nested exception Hello, I am looking for an example of using a nested exception. I have started reading through Chuck Cavaness