Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Re: Urgent ::: unreported exception java.lang.Exception

    Seems you are throwing (or something throws) an Exception which must be caught...so catch it. Suggested reading: Lesson: Exceptions (The Java™ Tutorials > Essential Classes)
  2. Re: Urgent ::: unreported exception java.lang.Exception

    First, please use the code tags when posting code (see my signature). Second, if you are receiving an Exception, post the full stack trace - it has important information that should never be ignored....
Results 1 to 2 of 2