Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::BadComponentStateException Class Reference

This exception should be thrown when a component is used in an incorrect way. More...

#include <vcf/FoundationKit/BadComponentStateException.h>

Inheritance diagram for VCF::BadComponentStateException:

VCF::BasicException List of all members.

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

VCF::BadComponentStateException::BadComponentStateException const VCF::String message  )  [inline]
 

VCF::BadComponentStateException::BadComponentStateException  )  [inline]
 

VCF::BadComponentStateException::BadComponentStateException const VCF::String message,
const int  lineNumber
[inline]
 

virtual VCF::BadComponentStateException::~BadComponentStateException  )  throw () [inline, virtual]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information