J-Integra® Espresso Programming Documentation (API)

BAD_PARAM Exception

Exception thrown when a parameter passed to a call is out of range or otherwise considered illegal. An ORB may raise this exception if null values or null pointers are passed to an operation (for language mappings where the concept of a null pointers or null values applies). BAD_PARAM can also be raised as a result of a client generating requests with incorrect parameters using the DII.

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. It may also contain a string describing the exception.

 

List of members: BAD_PARAM Members.

Ics.CORBA.SystemException
 BAD_PARAM

public class BAD_PARAM

Requirements

Namespace: Ics Namespace

Assembly: Jintegra.Espresso.dll

See Also

BAD_PARAM Members | Ics.CORBA Namespace