Related info in this thread:
http://groups.google.com/group/gwt-sl/browse_thread/thread/a6c5659079be03d8
I think you can accomplish what you want by extending a gwt-sl framework class.
-Dave
Dave made a good suggestion. You will notice that the
GWTRPCServiceExporter has a bunch of handleXyzException methods which
are meant to process the most common type of exceptions. You could
override doUnexpectedFailure and package your exception into anything
you like.
On Jan 26, 8:10 pm, David Durham <david.durham...@gmail.com> wrote:
> On Tue, Dec 15, 2009 at 7:10 PM, L.J.W <ljw79...@gmail.com> wrote:
> > Hi George,Thanks for your reply.I want to catch all the exception and
> > translate to my GeneralException type,this GeneralException inherit
> > from IsSerializable and know by GWT Compiler.But I don't want to
> > declare 'throws GeneralException' in every method.any advice?
>
> Related info in this thread:
>
> http://groups.google.com/group/gwt-sl/browse_thread/thread/a6c5659079...