Error Handling

A ZK Web application can specify what to do when errors occur. An error is caused an exception that is not caught by the application.

An exception might be thrown in two kinds of situations: loading pages and updating pages[58].



[58] Refer to the Component Lifecycle for more details.