Namespace:
OpenEdge.DataAdmin.Error
Type:
Class
IllegalArgumentError
Parent Classes:
Progress.Lang.AppError
OpenEdge.DataAdmin.Error.DataAdminError
OpenEdge.DataAdmin.Error.IllegalArgumentError
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)
Constructor Detail
Top
IllegalArgumentError (character)
Parameters:
pmsg
CHARACTER
Top
IllegalArgumentError (character, Error)
Parameters:
pmsg
CHARACTER
e
Progress.Lang.Error