Pyrogenesis  trunk
Public Member Functions | Private Attributes | List of all members
PSERROR Class Referenceabstract

#include <Errors.h>

Inheritance diagram for PSERROR:
Inheritance graph
[legend]
Collaboration diagram for PSERROR:
Collaboration graph
[legend]

Public Member Functions

 PSERROR (const char *msg)
 
virtual const char * what () const throw ()
 
virtual PSRETURN getCode () const =0
 

Private Attributes

const char * m_msg
 

Constructor & Destructor Documentation

◆ PSERROR()

PSERROR::PSERROR ( const char *  msg)

Member Function Documentation

◆ getCode()

virtual PSRETURN PSERROR::getCode ( ) const
pure virtual

◆ what()

const char * PSERROR::what ( ) const
throw (
)
virtual

Member Data Documentation

◆ m_msg

const char* PSERROR::m_msg
private

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