Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
applications:replace_error [2021/07/06 08:22] admin created |
applications:replace_error [2024/11/18 10:31] (current) admin |
||
---|---|---|---|
Line 11: | Line 11: | ||
<file java MyError.java> | <file java MyError.java> | ||
+ | import com.sibvisions.rad.application.Error; | ||
+ | import jvx.rad.ui.container.IDesktopPanel; | ||
+ | |||
public class MyError extends Error | public class MyError extends Error | ||
{ | { | ||
Line 24: | Line 27: | ||
Our custom error dialog hides the **Details** button. | Our custom error dialog hides the **Details** button. | ||
+ | |||
+ | If you want to replace the error dialog with your own error handling, read [[applications:custom_errorhandling|this article]]. |