| Event | |
|---|---|
| ApplicationErrors | Defines the error event that will be triggered on every error that is not triggered by the other two error events DatabaseErrors or UserInterfaceErrors |
| ApplicationErrorsParameters | Parameter settings for ApplicationErrors |
| DatabaseErrors | Defines the error event that will be triggered when an database error occours. This contains all errors that can be triggered by the component STableElement. Also SQL-Exceptions and general errors from the eva3rt package com.odc.eva3.rt.dbx are handled |
| DatabaseErrorsParameters | Parameter settings for DatabaseErrors |
| UserInterfaceErrors | Defines the error event that will be triggered by errors of the user interface. This contains all errors, that are triggered by macros or commands. Also errors are handled, that are triggered by one or more comonents in the form. in general all errors triggered by one of the following classes are handled: com.odc.eva3.rt.command, com.odc.eva3.rt.macro, com.odc.eva3.rt.se.form, com.odc.eva3.rt.se.menu, com.odc.eva3.rt.se.report, com.odc.eva3.rt.se.beans |
| UserInterfaceErrorsParameters | Parameter settings for UserInterfaceErrors |
| Main | |
| Name | See common properties |
| Level | Sets the level the handler should react. |