VCF::BadComponentStateException Class Reference
This exception should be thrown when a component is used in an incorrect way. More...
#include <vcf/ApplicationKit/BadComponentStateException.h>
Inheritance diagram for VCF::BadComponentStateException:

Public Member Functions | |
| BadComponentStateException (const VCF::String &message) | |
| BadComponentStateException () | |
| BadComponentStateException (const VCF::String &message, const int lineNumber) | |
| virtual | ~BadComponentStateException () throw () |
Detailed Description
This exception should be thrown when a component is used in an incorrect way.FOr example, trying to display a component that requires a parent when the component has no parent would result in a BadComponentStateException being thrown.
- Version:
- 1.0
- Author:
- Jim Crafton
Constructor & Destructor Documentation
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/BadComponentStateException.h
