Logo
~Apps~
~Projects~
~Contact~


BTException Class Reference

Exception handling for metainfo file. More...

#include <BTException.h>

Inheritance diagram for BTException:

Inheritance graph
[legend]
Collaboration diagram for BTException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BTException (const std::string &e)
 BTException (const BTException &e)
BTExceptionoperator= (const BTException &)

Detailed Description

Exception handling for metainfo file.

File ......... BTException.h Published .... 2005-06-14 Author ....... grymse@alhem.net

Definition at line 31 of file BTException.h.


Constructor & Destructor Documentation

BTException::BTException ( const std::string &  e  )  [inline]

Definition at line 34 of file BTException.h.

00034 : Exception(e) {}

BTException::BTException ( const BTException e  )  [inline]

Definition at line 36 of file BTException.h.

00036 : Exception(e.GetText()) {} // copy constructor


Member Function Documentation

BTException& BTException::operator= ( const BTException  )  [inline]

Definition at line 37 of file BTException.h.

00037 { return *this; } // assignment operator


The documentation for this class was generated from the following file:
Page, code, and content Copyright (C) 2006 by Anders Hedström
Generated on Mon Aug 29 20:21:47 2005 for C++ Sockets by  doxygen 1.4.4