error-handler-class"

From Documentation
m (Created page with "{{ZESTEssentialsPageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZESTEssentialsPage...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{ZESTEssentialsPageHeader}}
 
{{ZESTEssentialsPageHeader}}
 +
 +
'''Syntax:'''
 +
<error-handler-class>''class-name''</error-handler-class>
 +
 +
[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. 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

error-handler-class



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

Last Update : 2011/03/14


Version Date Content
     



Last Update : 2011/03/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.