#include <ncbistr.hpp>
Inheritance diagram for CStringException:


Define exceptions generated by string classes.
CStringException inherits its basic functionality from CParseTemplException<CCoreException> and defines additional error codes for string parsing.
Definition at line 2693 of file ncbistr.hpp.
Public Types | |
| enum | EErrCode { eConvert, eBadArgs, eFormat } |
| Error types that string classes can generate. More... | |
Public Member Functions | |
| virtual const char * | GetErrCodeString (void) const |
| Translate from the error code value to its string representation. | |
| NCBI_EXCEPTION_DEFAULT2 (CStringException, CParseTemplException< CCoreException >, std::string::size_type) | |
|
|
Error types that string classes can generate.
Definition at line 2697 of file ncbistr.hpp. |
|
|
Translate from the error code value to its string representation.
Reimplemented from CParseTemplException< CCoreException >. Definition at line 3585 of file ncbistr.cpp. References eBadArgs, eConvert, eFormat, CParseTemplException< CCoreException >::GetErrCode(), and CException::GetErrCodeString(). |
|
||||||||||||||||
|
|
1.4.6
Modified on Mon Dec 07 16:24:11 2009 by modify_doxy.py rev. 173732