| ★ wanayoo — archive 1999 http://corelinux.sourceforge.net/classref/CompositeException.html | Nouvelle recherche | Portail wanayoo |
CompositeException is the base exception type for Composite.
CompositeException is the base exception type for Composite. All Composite exceptions derive from this.
CompositeException( CompositeExceptionCref )
virtual ~CompositeException( void )
CompositeExceptionRef operator=( CompositeExceptionCref )
bool operator==( CompositeExceptionCref ) const
CompositeException( CharCptr why, CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false )
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
CompositeException( void )