IConditionInvalid

Attempted operation on an invalid condition exception.

This exception is thrown when there is an attempt to perform an operation on an ICondition object which is in an invalid state.


IConditionInvalid - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class. You cannot assign one IConditionInvalid object from another.


[view class]
~IConditionInvalid
public:
virtual ~IConditionInvalid()

Destroys the exception object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IConditionInvalid

You can create objects of this class by doing the following:

You can also copy an instance of this exception class.


Overload 1
public:
IConditionInvalid(const IConditionInvalid& toCopy)

The copy constructor is provided so that the compiler can make copies of the object during the throwing of an exception.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 2
public:
IConditionInvalid(const char* text = 0)

This constructs the exception with the given message text.

text
The error message text to use for this exception. If no text is specified, the default text is loaded from the appropriate localized message file.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Exception Type

Exception type members provide support for determining the name (type) of the exception. These members are used for logging out an exception object's error information.


[view class]
name
public:
virtual const char* name() const
Returns the name of the object's class.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IConditionInvalid - Inherited Member Functions and Data

Inherited Public Functions

IException
IInvalidParameter

Inherited Public Data

IException

Inherited Protected Functions

Inherited Protected Data