Namespace: OpenEdge.Core.Collections
Class
StackOverflowError
Parent classes:
Inherits: OpenEdge.Core.System.ApplicationError

Copyright (c) 2013 by Progress Software Corporation. All rights reserved.
File:StackOverflowError
Author(s):pjudge
Created:Tue Jan 05 14:44:07 EST 2010




Method Summary
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
CHARACTER ToString ()
Inherited from OpenEdge.Core.System.ApplicationError

Constructor Summary
Options Name Purpose
StackOverflowError ()
StackOverflowError ()

Property Summary
Options Name Purpose
Progress.Lang.Error InnerError
Inherited from OpenEdge.Core.System.ApplicationError
Progress.Lang.Stop InnerStop
Inherited from OpenEdge.Core.System.ApplicationError


Method Detail
Top

PROTECTED AddError (Class, character, longchar)

Inherited from OpenEdge.Core.System.ApplicationError
Purpose: Registers an error's texts. Works on last-in-wins basis,
so if an error text is registered multiple times, the last
one wins.
Parameters:
poType Progress.Lang.Class
pcShortMessage CHARACTER
pcMessage LONGCHAR
Top

PUBLIC Object Clone ()

Inherited from OpenEdge.Core.System.ApplicationError
Returns Object
Top

PUBLIC LONGCHAR GetErrorMessage ()

Inherited from OpenEdge.Core.System.ApplicationError
Purpose: Returns the resolved/substituted message text for the error. Note
that this excludes the inner error, if any.
Returns LONGCHAR
longchar A resolved version of the error message.
Top

PUBLIC CHARACTER GetShortMessage ()

Inherited from OpenEdge.Core.System.ApplicationError
Purpose: Returns the resolved/substituted short message for the error. Note
that this excludes the inner error, if any.
Returns CHARACTER
character A resolve string version of the short message.
Top

PUBLIC CHARACTER ToString ()

Inherited from OpenEdge.Core.System.ApplicationError
Returns CHARACTER


Constructor Detail
Top

STATIC StackOverflowError ()

Top

PUBLIC StackOverflowError ()



Property Detail
Top

PUBLIC Progress.Lang.Error InnerError

Inherited from OpenEdge.Core.System.ApplicationError
Returns Progress.Lang.Error
Top

PUBLIC Progress.Lang.Stop InnerStop

Inherited from OpenEdge.Core.System.ApplicationError
Returns Progress.Lang.Stop


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0