Namespace: OpenEdge.DataAdmin.Error
Class
IllegalArgumentError
Parent classes:
Inherits: OpenEdge.DataAdmin.Error.DataAdminError

/* Copyright (c) 2010,2012 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.
Purpose:Illegal argument should be thrown when there is something
wrong with the arguments/parameters passed to a method.
This is different than IllegalOperationError, which should be
thrown when a method cannot be called, for example due to the
state of the object
Author(s):hdaniels
Created:Jul 2010



Constructor Summary
Options Name Purpose
IllegalArgumentError (character)
IllegalArgumentError (character, Error)

Property Summary
Options Name Purpose
INTEGER HTTPErrorNum
Inherited from OpenEdge.DataAdmin.Error.DataAdminError
Progress.Lang.Error InnerError
Inherited from OpenEdge.DataAdmin.Error.DataAdminError


Constructor Detail
Top

PUBLIC IllegalArgumentError (character)

Parameters:
pmsg CHARACTER
Top

PUBLIC IllegalArgumentError (character, Error)

Parameters:
pmsg CHARACTER
e Progress.Lang.Error


Property Detail
Top

PUBLIC INTEGER HTTPErrorNum

Inherited from OpenEdge.DataAdmin.Error.DataAdminError
Returns INTEGER
Top

PUBLIC Progress.Lang.Error InnerError

Inherited from OpenEdge.DataAdmin.Error.DataAdminError
Returns Progress.Lang.Error


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0