I’m working with GWT and sometimes I’m getting exception called UmbrellaException
I was always wondering why is it called like that? It is because there is a lot of error (rain) that you have to protect the application (use umbrella not to get wet).
I’m working with GWT and sometimes I’m getting exception called UmbrellaException I was always
Share
According to the first link when i googled the term “gwt umbrellaexception”:
It’s just a
CollectionofException(Throwableactually). Read the API Doc for more information.