hlException Class Reference

This class represents a exception within the hashlib++ project. More...

#include <hl_exception.h>

List of all members.

Public Member Functions

 hlException (hlerror er, std::string m)
 constructor
 hlException (std::string m)
 constructor
std::string error_message (void)
 returns the error message
hlerror error_number (void)
 returns the error number

Private Attributes

hlerror iError
std::string strMessge

Detailed Description

This class represents a exception within the hashlib++ project.


Constructor & Destructor Documentation

hlException::hlException ( hlerror  er,
std::string  m 
) [inline]

constructor

Parameters:
er Error number
m Error message
hlException::hlException ( std::string  m  )  [inline]

constructor

Parameters:
m Error Message

Member Function Documentation

std::string hlException::error_message ( void   )  [inline]

returns the error message

Returns:
the error message
hlerror hlException::error_number ( void   )  [inline]

returns the error number

Returns:
the error number

Member Data Documentation

Error Number

std::string hlException::strMessge [private]

Error message as string


The documentation for this class was generated from the following file:
Generated on Thu Oct 13 20:06:35 2011 for hashlib++ by  doxygen 1.6.3