Namespace: Consultingwerk.Framework
Class 
LogManagerErrorHandler Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Framework.IErrorHandler, Consultingwerk.Framework.IStopConditionHandler

File:LogManagerErrorHandler
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Apr 14 13:14:16 CEST 2011
Purpose: Handles an Error object by writing it to the client logfile
Notes: Logical return value indicates if the error has been completely
Handled, that is when this method returns TRUE, the ErrorHelper
will not display the error anymore, return false when the
ErrorHelper should still display the error message dialog.
This method will not mark the error as handled. Thus it will always
return false.



Top Method Summary
Options Name Purpose
+ LOGICAL HandleError (Error) Handles an Error object by writing it to the client logfile


Method Detail
Top

PUBLIC LOGICAL HandleError (Error)

Purpose: Handles an Error object by writing it to the client logfile
Notes: Logical return value indicates if the error has been completely
Handled, that is when this method returns TRUE, the ErrorHelper
will not display the error anymore, return false when the
ErrorHelper should still display the error message dialog.
This method will not mark the error as handled. Thus it will always
return false.

Parameters:
poError Progress.Lang.Error
The reference to the Error object
Returns LOGICAL
Logical value indicating if the error has been handled


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       27.03.2024 00:27:41