SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ThreadError Class Reference

#include <ThreadError.h>

Inheritance diagram for ThreadError:
Exception

Public Member Functions

 ThreadError (const std::string &message)
 
 ThreadError (const ThreadError &)
 Copy ctor. More...
 
virtual ~ThreadError ()
 Destructor. More...
 
virtual const char * message () const
 returns the message associated with this error More...
 
virtual const char * type () const
 returns the name of this exception (the name of this class) More...
 
- Public Member Functions inherited from Exception
 Exception ()
 
virtual ~Exception () NOEXCEPT
 
const char * stackTrace () const
 
const char * what () const throw ()
 

Additional Inherited Members

- Static Public Member Functions inherited from Exception
static void sci_throw (const Exception &exc)
 
static bool alwaysFalse ()
 
- Protected Attributes inherited from Exception
const char * stacktrace_
 

Constructor & Destructor Documentation

ThreadError ( const std::string &  message)

Constructor for the ThreadError class. Message is a human readable string that explains the reason for the error

ThreadError ( const ThreadError )

Copy ctor.

virtual ~ThreadError ( )
virtual

Destructor.

Member Function Documentation

virtual const char* message ( ) const
virtual

returns the message associated with this error

Implements Exception.

virtual const char* type ( ) const
virtual

returns the name of this exception (the name of this class)

Implements Exception.


The documentation for this class was generated from the following file: