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

class corelinux::ThreadException: public Exception

ThreadException is the base exception type for Thread.

Inheritance:


Public Methods

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

Protected Methods

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


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

ThreadException is the base exception type for Thread. All Thread exceptions derive from this.
o ThreadException( CharCptr why, CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false )
Default Constructor
Parameters:
why - describes why the exception was thrown
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 ThreadException( 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 ThreadException( ThreadExceptionCref )
Copy constructor
Parameters:
ThreadException - const reference

ovirtual ~ThreadException( void )
Virtual Destructor

oThreadExceptionRef operator=( ThreadExceptionCref )
Assignment operator overload
Returns:
ThreadException reference to self
Parameters:
ThreadException - const reference

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

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


Direct child classes:
InvalidThreadException



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