Public Member Functions | Private Attributes

YAPET::PWGEN::PWGenException Class Reference

PWGen exception base class. More...

#include <pwgenexception.h>

Inheritance diagram for YAPET::PWGEN::PWGenException:
Inheritance graph
[legend]
Collaboration diagram for YAPET::PWGEN::PWGenException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

const PWGenExceptionoperator= (const PWGenException &ex) throw ()
 PWGenException () throw ()
 PWGenException (std::string msg) throw ()
 PWGenException (const PWGenException &ex) throw ()
virtual const char * what () const throw ()
virtual ~PWGenException () throw ()

Private Attributes

std::string message

Detailed Description

Base class for PWGen exceptions.

Definition at line 49 of file pwgenexception.h.


Constructor & Destructor Documentation

YAPET::PWGEN::PWGenException::PWGenException (  )  throw () [inline]

Definition at line 54 of file pwgenexception.h.

YAPET::PWGEN::PWGenException::PWGenException ( std::string  msg  )  throw () [inline]

Definition at line 55 of file pwgenexception.h.

YAPET::PWGEN::PWGenException::PWGenException ( const PWGenException ex  )  throw () [inline]

Definition at line 56 of file pwgenexception.h.

References message.

virtual YAPET::PWGEN::PWGenException::~PWGenException (  )  throw () [inline, virtual]

Definition at line 59 of file pwgenexception.h.


Member Function Documentation

const PWGenException& YAPET::PWGEN::PWGenException::operator= ( const PWGenException ex  )  throw () [inline]

Definition at line 60 of file pwgenexception.h.

References message.

virtual const char* YAPET::PWGEN::PWGenException::what (  )  const throw () [inline, virtual]

Definition at line 67 of file pwgenexception.h.

References message.


Member Data Documentation

Definition at line 51 of file pwgenexception.h.

Referenced by operator=(), PWGenException(), and what().


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