|
Options | Name | Purpose | |
---|---|---|---|
AddError (Class, character, longchar) |
/** Registers an error's texts. Works on last-in-wins basis,
so if an error text is registered multiple times, the last
one wins.
@param Progress.Lang.Class The application error type
@param character The short message
@param lonchar The complete, long error description */
|
||
Progress.Lang.Object Clone () |
|
||
LONGCHAR GetErrorMessage () |
/** Returns the resolved/substituted message text for the error. Note
that this excludes the inner error, if any.
@return longchar A resolved version of the error message. */
|
||
CHARACTER GetShortMessage () |
/** Returns the resolved/substituted short message for the error. Note
that this excludes the inner error, if any.
@return character A resolve string version of the short message. */
|
||
CHARACTER ToString () |
|
Options | Name | Purpose | |
---|---|---|---|
ApplicationError () |
|
||
ApplicationError () |
|
||
ApplicationError (Error) |
|
Options | Name | Purpose | |
---|---|---|---|
Progress.Lang.Error InnerError |
|
AddError (Class, character, longchar)
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Lang.Object Clone ()
|
||||||||||||||||||||||||
LONGCHAR GetErrorMessage ()
|
||||||||||||||||||||||||
CHARACTER GetShortMessage ()
|
||||||||||||||||||||||||
CHARACTER ToString ()
|
STATIC ApplicationError () |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|
ApplicationError () |
||||||||||
ApplicationError (Error)
|
Progress.Lang.Error InnerError
|
---|