Namespace: OpenEdge.DataAdmin.Error
Type: Class ValidationError
Parent Classes:
Inherits: DataError


/* Copyright (c) 2010 by progress Software Corporation
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
File:ValidationError
Author(s):hdaniels
Created:Aug 2010



Method Summary
  Options Name Purpose
  CHARACTER DispValue (character)
  LOGICAL IsNumeric (character)
  CHARACTER PaddedKey (character)

Constructor Summary
  Options Name Purpose
  ValidationError (character, character)
  ValidationError (character, character, character)
  ValidationError (character, character, character, character)

Property Summary
  Options Name Purpose
  CHARACTER EntityKey
  CHARACTER EntityName
  CHARACTER PropertyName


Method Detail
Top

CHARACTER DispValue (character)

Parameters:
pvalue CHARACTER
 
Returns CHARACTER
 
Top

LOGICAL IsNumeric (character)

Parameters:
pvalue CHARACTER
 
Returns LOGICAL
 
Top

CHARACTER PaddedKey (character)

Parameters:
pkey CHARACTER
 
Returns CHARACTER
 


Constructor Detail
Top

ValidationError (character, character)

Parameters:
cProp CHARACTER
 
cWhy CHARACTER
 
Top

ValidationError (character, character, character)

Parameters:
cEntity CHARACTER
 
cKey CHARACTER
 
cProp CHARACTER
 
Top

ValidationError (character, character, character, character)

Parameters:
cEntity CHARACTER
 
cKey CHARACTER
 
cProp CHARACTER
 
cWhy CHARACTER
 


Property Detail
Top

CHARACTER EntityKey

Returns CHARACTER
 
Top

CHARACTER EntityName

Returns CHARACTER
 
Top

CHARACTER PropertyName

Returns CHARACTER