aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/errorhandler
Commit message (Collapse)AuthorAgeFilesLines
* CRLF -> LFArtur Signell2013-01-041-134/+134
| | | | Change-Id: I864e3ad465539a5b7fee212390a723773f6930ac
* Remove server-side RpcManager interface (#10302)Leif Åstrand2012-11-231-1/+1
| | | | Change-Id: Id693f49d68d4daa6bd8cbe6b1b1a6553fc988c75
* Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-211-0/+134
* Replaced AbstractComponent ErrorHandler with ClientConnector level error handler. Now uses the same ErrorHandler as other parts of the framework. * Made error handling hierarchical so that the error handler of the connector where the error occured or its ancestors is used. Falls back to VaadinSession ErrorHandler. * Changed ErrorEvent to be a class as all other events in the framework * Renamed ErrorListener to ErrorHandler and DefaultErrorListener to DefaultErrorHandler for consistency * Unified error handling in AbstractCommunicationManager * Unified error handling in VaadinServlet and VaadinPortlet * Removed superfluous ErrorEvent implementations (#10232) Change-Id: Ied518e05209fe54685f4bebab0709b1cd5584fd1