|
|
| 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 */ Inherited from OpenEdge.Core.System.ApplicationError |
|||||
|
|
Object Clone () |
Inherited from OpenEdge.Core.System.ApplicationError |
|||||
|
|
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. */ Inherited from OpenEdge.Core.System.ApplicationError |
|||||
|
|
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. */ Inherited from OpenEdge.Core.System.ApplicationError |
|||||
|
|
SetMessage (StatusCodeEnum, character) |
/* Sets the status code & message in the appropriate places
@param StatusCodeEnum The status code for this error
@param character A message associated with the status code. May be ? nbut not empty */ |
|||||
|
|
CHARACTER ToString () |
Overrides OpenEdge.Core.System.ApplicationError:ToString () |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
SendExceptionError () |
|
|||||
|
|
SendExceptionError (StatusCodeEnum) |
/* Constructor.
@param StatusCodeEnum The error status being raised */ |
|||||
|
|
SendExceptionError (StatusCodeEnum, character) |
/* Constructor.
@param StatusCodeEnum The error status being raised
@param character The status message */ |
|||||
|
|
SendExceptionError (StatusCodeEnum, character, Error) |
/* Constructor.
@param StatusCodeEnum The error status being raised
@param character The status message
@param Progress.Lang.Error The error that caused this status error to be raised. */ |
|||||
|
|
SendExceptionError (StatusCodeEnum, character, Stop) |
/* Constructor.
@param StatusCodeEnum The error status being raised
@param character The status message
@param Progress.Lang.Error The error that caused this status error to be raised. */ |
|||||
|
|
SendExceptionError (StatusCodeEnum, Error) |
/* Constructor.
@param StatusCodeEnum The error status being raised
@param Progress.Lang.Error The error that caused this status error to be raised. */ |
|||||
|
|
SendExceptionError (StatusCodeEnum, Stop) |
/* Constructor.
@param StatusCodeEnum The error status being raised
@param Progress.Lang.Error The error that caused this status error to be raised. */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Progress.Lang.Error InnerError |
Inherited from OpenEdge.Core.System.ApplicationError |
|||||
|
|
Progress.Lang.Stop InnerStop |
Inherited from OpenEdge.Core.System.ApplicationError |
|||||
|
|
OpenEdge.Net.HTTP.StatusCodeEnum StatusCode |
|
|||||
|
|
CHARACTER StatusMessage |
|
|
Top
PROTECTED AddError (Class, character, longchar)
|
|||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Object Clone ()
|
|||||||||||||||||||||||||||
PUBLIC LONGCHAR GetErrorMessage ()
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER GetShortMessage ()
|
|||||||||||||||||||||||||||
PRIVATE SetMessage (StatusCodeEnum, character)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ToString ()
|
|||||||||||||||||||||||||||
STATIC SendExceptionError ()
|
|||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC SendExceptionError (StatusCodeEnum)
|
|||||||||||||||||||||||
PUBLIC SendExceptionError (StatusCodeEnum, character)
|
|||||||||||||||||||||||
PUBLIC SendExceptionError (StatusCodeEnum, character, Error)
|
|||||||||||||||||||||||
PUBLIC SendExceptionError (StatusCodeEnum, character, Stop)
|
|||||||||||||||||||||||
PUBLIC SendExceptionError (StatusCodeEnum, Error)
|
|||||||||||||||||||||||
PUBLIC SendExceptionError (StatusCodeEnum, Stop)
|
|||||||||||||||||||||||
PUBLIC Progress.Lang.Error InnerError
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC Progress.Lang.Stop InnerStop
|
|||||||||
PUBLIC OpenEdge.Net.HTTP.StatusCodeEnum StatusCode
|
|||||||||
PUBLIC CHARACTER StatusMessage
|
|||||||||
Progress® OpenEdge® Release 12.2.0