|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER AddErrorMessage (character, character, character, character) |
Adds an ADM2 style formatted error message to an existing error
message string |
|
+ | CHARACTER DatasetErrorStrings (handle) |
Returns a single CHARACTER string composed of the error-strings
of all records (from all tables in the given Dataset instance) |
|
+ | DeRegisterErrorHandler (IErrorHandler) |
Deregisters the IErrorHandler implementation |
|
+ | CHARACTER ErrorTitle (Error) |
Returns the Title associated with an error message |
|
+ | CHARACTER ErrorTypeName (Error) |
Returns the Typename of the error object |
|
+ | CHARACTER FormattedErrorMessages (Error) |
Returns a single CHARACTER string composed of the messages
Contained in the Progress.Lang.Error object |
|
+ | CHARACTER FormattedErrorMessagesExt (Error) |
Returns a single CHARACTER string composed of the messages
Contained in the Progress.Lang.Error object, including the stack
trace and the text of inner exceptions when present |
|
+ | CHARACTER GetRuntimeErrorMessage (integer) |
Returns the text of the given ABL error message |
|
+ | CHARACTER GetSmartMessage (character) |
Formats a SmartMessage |
|
# | LOGICAL HandleError (Error) |
Handles an Error object using the registered IErrorHandler
implementations |
|
+ | LOGICAL HasMessageNumber (Error, integer) |
Returns if the error instance contains an error message with the given
message number |
|
+ | Consultingwerk.Util.Error132Info ParseError132 (SysError) |
Parses an 132 runtime Error and returns the table and field/values
(** Salesrep already exists with Sales Rep "bbb". (132)) |
|
+ | RegisterErrorHandler (IErrorHandler) |
Registers a new IErrorHandler implementation |
|
+ | ResetErrorStatus () |
Resets the ERROR-STATUS:ERROR and ERROR-STATUS:NUM-MESSAGES etc. |
|
+ | ShowErrorMessage (Error) |
Display Error Message |
|
+ | ShowErrorMessage (Error, character) |
Display Error Message |
|
+ | ShowErrorMessage (Error, character, Form) |
Display Error Message |
|
+ | ShowErrorMessage (Error, Form) |
Display Error Message |
|
+ | ShowErrorMessageBox (Error) |
Display Error Message as an alert-box (to be used in functions
and non-void methods due to WAIT-FOR limitations) |
|
+ | ShowErrorMessageBox (Error, character) |
Display Error Message as an alert-box (to be used in functions
and non-void methods due to WAIT-FOR limitations) |
|
+ | LONGCHAR StackTrace (Error) |
Reformats the Error Stack Trace (most current code block first,
not last as provided by the CallStack attribute |
Options | Name | Purpose | |
---|---|---|---|
# | ErrorHelper () |
Protected default constructor. |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER CurrentStacktrace |
Returns the current ABL stack trace |
|
+ | LOGICAL ErrorMessageDialogAllowed |
Allows to control if the ShowErrorMessage methods are allowed
to show an error message using a GUI for .NET Form |
|
+ | CHARACTER ErrorMessageFormType |
The type name of the Form to be used as the ErrorMessageForm |
|
+ | LOGICAL SuppressTableAndFieldInfo |
Allows to control if Table And Field information should be suppressed
with messages generated by the backend. |
Top
PUBLIC CHARACTER AddErrorMessage (character, character, character, character)
|
|||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER DatasetErrorStrings (handle)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC DeRegisterErrorHandler (IErrorHandler)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ErrorTitle (Error)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ErrorTypeName (Error)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER FormattedErrorMessages (Error)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER FormattedErrorMessagesExt (Error)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetRuntimeErrorMessage (integer)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetSmartMessage (character)
|
|||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL HandleError (Error)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL HasMessageNumber (Error, integer)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Util.Error132Info ParseError132 (SysError)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC RegisterErrorHandler (IErrorHandler)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC ResetErrorStatus ()
|
|||||||||||||||||||||||||||||||||||||
PUBLIC ShowErrorMessage (Error)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC ShowErrorMessage (Error, character)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC ShowErrorMessage (Error, character, Form)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC ShowErrorMessage (Error, Form)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC ShowErrorMessageBox (Error)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC ShowErrorMessageBox (Error, character)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR StackTrace (Error)
|
PROTECTED ErrorHelper ()
|
---|
PUBLIC CHARACTER CurrentStacktrace
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL ErrorMessageDialogAllowed
|
|||||||||||||||||
PUBLIC CHARACTER ErrorMessageFormType
|
|||||||||||||||||
PUBLIC LOGICAL SuppressTableAndFieldInfo
|