Are you talking about using the HTML 5 File API? If so, you should never run into a FileNotFoundException there if that's one you're adding since you can't directly open a file, it has to be done with either a request to the server or through user interaction with a file dialog or drag and drop. If it's the server that's going to be throwing that error during an RPC function or something, I think the client would just get an InvocationException anyways if you're checking instanceof or something on the exception in the onFailure method
On Nov 5, 9:29 am, Ankur Agrawal <[email protected]> wrote: > Hi, > When i am trying to use File Handling at client side and so for the > same i have to use FileNotFoundException handling. But i am getting > following error: > No source code is available for type java.io.FileNotFoundException; > did you forget to inherit a required module? > > It seems that the Emulated GWT JRE library doesn't include this > Exception class. How can i fix this error. Please suggest ? > > Thanks, > Ankur -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
