Namespace: OpenEdge.Core
Class 
AssertionFailedError
Parent classes:
Progress.Lang.AppError

Inherits: Progress.Lang.AppError

Copyright (c) 2014 by Progress Software Corporation. All rights reserved.
File:AssertionFailedError
Purpose:The exception thrown when an assertion fails.
Author(s):hgarapat
Created:Wed Jul 18 16:10:35 IST 2012




Method Summary
Options Name Purpose
# CHARACTER GetMessage ()

Constructor Summary
Options Name Purpose
# AssertionFailedError (character)
# AssertionFailedError (character, integer)


Method Detail
Top

PROTECTED CHARACTER GetMessage ()

Returns CHARACTER


Constructor Detail
Top

PROTECTED AssertionFailedError (character)

Parameters:
failMessage CHARACTER
Top

PROTECTED AssertionFailedError (character, integer)

Parameters:
failMessage CHARACTER
val INTEGER


10.27.2015 12:36:18