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

/* Copyright (c) 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 operation should be thrown when a method cannot be called,
for example due to the state of the object
This is different than IllegalArgumentError, which should be used
when there is something wrong with the arguments.
This is also different than UnsupportedOperationError, which
implies it could be supported in the future.
Author(s):hdaniels
Created:Jul 2012



Constructor Summary
Options Name Purpose
IllegalOperationError (character)
IllegalOperationError (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 IllegalOperationError (character)

Parameters:
pmsg CHARACTER
Top

PUBLIC IllegalOperationError (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