BlockIP
Public Member Functions | Public Attributes | Private Member Functions | List of all members
ExceptionBlockIP Class Reference

Class for BlockIP exceptions. More...

#include <ExceptionBlockIP.h>

Inheritance diagram for ExceptionBlockIP:

Public Member Functions

 ExceptionBlockIP (TYPE_ERROR error) throw ()
 
 ExceptionBlockIP (TYPE_ERROR error, string file) throw ()
 
 ExceptionBlockIP (TYPE_ERROR error, string file, int line) throw ()
 
 ~ExceptionBlockIP () throw ()
 
const char * what () const throw ()
 

Public Attributes

TYPE_ERROR error
 
string file
 
int line
 
string message
 

Private Member Functions

void setMessage ()
 

Detailed Description

Class for BlockIP exceptions.

Constructor & Destructor Documentation

ExceptionBlockIP::ExceptionBlockIP ( TYPE_ERROR  error) throw ()
ExceptionBlockIP::ExceptionBlockIP ( TYPE_ERROR  error,
string  file 
) throw ()
ExceptionBlockIP::ExceptionBlockIP ( TYPE_ERROR  error,
string  file,
int  line 
) throw ()
ExceptionBlockIP::~ExceptionBlockIP ( ) throw ()

Member Function Documentation

void ExceptionBlockIP::setMessage ( )
private
const char * ExceptionBlockIP::what ( ) const throw ()

Member Data Documentation

TYPE_ERROR ExceptionBlockIP::error
string ExceptionBlockIP::file
int ExceptionBlockIP::line
string ExceptionBlockIP::message

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