|
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 () |
/* Default constructor */
|
||
ApplicationError (Error) |
/* Constructor
@param P.L.Error The error that caused this app error */
|
||
ApplicationError (Stop) |
/* Constructor
@param P.L.Error The error that caused this app error */
|
Options | Name | Purpose | |
---|---|---|---|
Progress.Lang.Error InnerError |
|
||
Progress.Lang.Stop InnerStop |
|
AddError (Class, character, longchar)
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Lang.Object Clone ()
|
||||||||||||||||||||||||
LONGCHAR GetErrorMessage ()
|
||||||||||||||||||||||||
CHARACTER GetShortMessage ()
|
||||||||||||||||||||||||
CHARACTER ToString ()
|
STATIC ApplicationError () |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
ApplicationError ()
|
||||||||||||
ApplicationError (Error)
|
||||||||||||
ApplicationError (Stop)
|
Progress.Lang.Error InnerError
|
||||||||
---|---|---|---|---|---|---|---|---|
Progress.Lang.Stop InnerStop
|