|
|
| 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 |
|
|
Top
AddError (Class, character, longchar)
|
|||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Progress.Lang.Object Clone ()
|
|||||||||||||||||||||||||||
PROTECTED LONGCHAR GetErrorMessage ()
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER GetShortMessage ()
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER ToString ()
|
|||||||||||||||||||||||||||
STATIC ApplicationError ()
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED ApplicationError ()
|
|||||||||||
PROTECTED ApplicationError (Error)
|
|||||||||||
PROTECTED Progress.Lang.Error InnerError
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|