Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
applications:custom_errorhandling [2019/08/06 13:00]
admin
applications:custom_errorhandling [2019/08/06 13:02]
admin
Line 22: Line 22:
 So, it's very easy to change the default error handling which shows a popup dialog with the error message and some details (stack trace). ​ So, it's very easy to change the default error handling which shows a popup dialog with the error message and some details (stack trace). ​
  
-As example, we'll show the exceptions directly in the work-screens. So, every work-screen should be able to show error messages. To make this possible, we introduce the following interface:+As an example ​of a custom error handling, we'll show the exceptions directly in the work-screens. So, every work-screen should be able to show error messages. To make this possible, we introduce the following interface:
  
 <file java> <file java>
Line 30: Line 30:
 } }
 </​file>​ </​file>​
-and all our work-screens should implement ​it like this example:+and all our work-screens should implement ​the interface, e.g.:
  
 <file java> <file java>
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information