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

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.