error-handler-class"
From Documentation
m |
|||
Line 4: | Line 4: | ||
<error-handler-class>''class-name''</error-handler-class> | <error-handler-class>''class-name''</error-handler-class> | ||
− | [Optional][Default: <javadoc directory="zest">org.zkoss.zest.sys.impl.ErrorHandlerImpl</javadoc> | + | [Optional][Default: <javadoc directory="zest">org.zkoss.zest.sys.impl.ErrorHandlerImpl</javadoc>] |
− | It specifies the class used to handle the errors when processing an action. | + | It specifies the class used to handle the errors when processing an action. The specified class must implement <javadoc directory="zest">org.zkoss.zest.sys.ErrorHandler</javadoc> |
=Version History= | =Version History= |
Latest revision as of 10:00, 14 March 2011
Syntax:
<error-handler-class>class-name</error-handler-class>
[Optional][Default: ErrorHandlerImpl]
It specifies the class used to handle the errors when processing an action. The specified class must implement ErrorHandler
Version History
Version | Date | Content |
---|---|---|