libepp_nicbr
|
IO Exception Class. More...
#include <StringEncodingException.H>
Public Types | |
enum | ExceptionCode { MISSING_CHAR = 5000, ASCII_ENCODING = 5001, ENCODING_SEQUENCE = 5002, FIRST_OCTET = 5003 } |
IO Exception Code. | |
Public Member Functions | |
StringEncodingException (const int code, const string &msg) | |
Constructor. More... | |
![]() | |
GeneralException (const int code, const string &msg, const string &low_level_msg="") | |
Constructor. More... | |
int | get_code () const |
Returns the Exception Code. More... | |
string | get_msg () const |
Returns the Exception Message. More... | |
string | get_low_level_msg () const |
Return Low Level Error Message. More... | |
Additional Inherited Members | |
![]() | |
int | _code |
Exception Code. | |
string | _msg |
Exception Message. | |
string | _low_level_msg |
Low Level Message. | |
IO Exception Class.
|
inline |
Constructor.
code | Exception Code |
msg | Exception Message |