Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » How disable output exception in browser?
How disable output exception in browser? [message #1035958] Sun, 07 April 2013 18:37 Go to next message
Dmitry Dukhov is currently offline Dmitry DukhovFriend
Messages: 192
Registered: February 2013
Senior Member
How disable output exception in browser?
Re: How disable output exception in browser? [message #1037141 is a reply to message #1035958] Tue, 09 April 2013 07:55 Go to previous message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

> How disable output exception in browser?

Use an exception handler [1]:

application.setExceptionHandler( new ExceptionHandler() {
@Override
public void handleException( Throwable exception ) {
...
}
});

Ralf

[1] http://eclipse.org/rap/noteworthy/2.1/?build=M1

--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:RWT standalone, css theming wont work
Next Topic:Hybrid RAP based target plateform to share
Goto Forum:
  


Current Time: Thu Apr 25 05:12:56 GMT 2024

Powered by FUDForum. Page generated in 0.02691 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top