★ wanayoo — archive 1999 http://corelinux.sourceforge.net/classref/InvalidCompositeException.htmlNouvelle recherche | Portail wanayoo

class corelinux::InvalidCompositeException: public CompositeException

InvalidCompositeException is an exception that is usually thrown when a composite operation is attempted on a leaf component

Inheritance:


Public Methods

[more] InvalidCompositeException( CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false )
Default Constructor
[more] InvalidCompositeException( InvalidCompositeExceptionCref )
Copy constructor
[more]InvalidCompositeExceptionRef operator= ( InvalidCompositeExceptionCref )
Assignment operator overload
[more]bool operator== ( InvalidCompositeExceptionCref ) const
Equality operator overload
[more]virtual ~InvalidCompositeException( void )
Virtual Destructor

Protected Methods

[more] InvalidCompositeException( void )
InvalidCompositeException must have at least a location.


Inherited from CompositeException:

Public Methods

oCompositeExceptionRef operator=( CompositeExceptionCref )
obool operator==( CompositeExceptionCref ) const


Inherited from Exception:

Public Classes

oenum Severity

Public Methods

ovoid addUnwindInfo( CharCptr unwindInfo )
oconst string& getFile( void ) const
oLineNumCref getLine( void ) const
oconst Severity& getSeverity( void ) const
oconst string& getUnwind( void ) const
oconst string& getWhy( void ) const
obool isOutOfMemory( void ) const
oExceptionRef operator = ( ExceptionCref otherRef )
ovoid setProcessFatalSeverity( void )
ovoid setProcessTerminateSeverity( void )
ovoid setThreadFatalSeverity( void )
ovoid setThreadTerminateSeverity( void )

Protected Methods

ovoid setWhy( CharCptr )
ovoid setWhy( const string & )


Documentation

InvalidCompositeException is an exception that is usually thrown when a composite operation is attempted on a leaf component
o InvalidCompositeException( CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false )
Default Constructor
Parameters:
file - The source module throwing the exception
line - The line of source throwing the exception
severity - The Exception::Severity of the Exception
outOfMemory - An out of memory indicator

o InvalidCompositeException( InvalidCompositeExceptionCref )
Copy constructor
Parameters:
InvalidCompositeException - const reference

ovirtual ~InvalidCompositeException( void )
Virtual Destructor

oInvalidCompositeExceptionRef operator= ( InvalidCompositeExceptionCref )
Assignment operator overload
Returns:
InvalidCompositeException reference to self
Parameters:
InvalidCompositeException - const reference

obool operator== ( InvalidCompositeExceptionCref ) const
Equality operator overload
Returns:
true if equal, false otherwise
Parameters:
InvalidCompositeException - const reference

o InvalidCompositeException( void )
InvalidCompositeException must have at least a location. Default constructor is not allowed.


This class has no child classes.



This page was generated with the help of
DOC++.