7 #ifndef __STRING_ENCODING_EXCEPTION_H__
8 #define __STRING_ENCODING_EXCEPTION_H__
23 ASCII_ENCODING = 5001,
24 ENCODING_SEQUENCE = 5002,
40 #endif //__STRING_ENCODING_EXCEPTION_H__
StringEncodingException(const int code, const string &msg)
Constructor.
Definition: StringEncodingException.H:33
General Exception Class.
Definition: GeneralException.H:19
ExceptionCode
IO Exception Code.
Definition: StringEncodingException.H:21
IO Exception Class.
Definition: StringEncodingException.H:17