|
enum | Error {
BAD_STREAM = 0
, FAIL_STREAM
, END_OF_FILE
, UNKNOWN_ERROR
,
BAD_STREAM = 0
, FAIL_STREAM
, END_OF_FILE
, UNKNOWN_ERROR
,
BAD_STREAM = 0
, FAIL_STREAM
, END_OF_FILE
, UNKNOWN_ERROR
} |
| Enumerated type classifying the type of stream errors. More...
|
|
enum | Error {
BAD_STREAM = 0
, FAIL_STREAM
, END_OF_FILE
, UNKNOWN_ERROR
,
BAD_STREAM = 0
, FAIL_STREAM
, END_OF_FILE
, UNKNOWN_ERROR
,
BAD_STREAM = 0
, FAIL_STREAM
, END_OF_FILE
, UNKNOWN_ERROR
} |
| Enumerated type classifying the type of stream errors. More...
|
|
enum | Error {
BAD_STREAM = 0
, FAIL_STREAM
, END_OF_FILE
, UNKNOWN_ERROR
,
BAD_STREAM = 0
, FAIL_STREAM
, END_OF_FILE
, UNKNOWN_ERROR
,
BAD_STREAM = 0
, FAIL_STREAM
, END_OF_FILE
, UNKNOWN_ERROR
} |
| Enumerated type classifying the type of stream errors. More...
|
|
|
| StreamException (std::istream &in, int library, const std::string &info, const char *file=0, size_t line=0) |
| Constructor. More...
|
|
| StreamException (std::ostream &out, int library, const std::string &info, const char *file=0, size_t line=0) |
| Constructor. More...
|
|
| StreamException (int library, int code, const std::string &message, const std::string &info, const char *file=0, size_t line=0) throw ( ) |
| Constructor. More...
|
|
| StreamException (std::istream &in, int library, const std::string &info, const char *file=0, size_t line=0) |
|
| StreamException (std::ostream &out, int library, const std::string &info, const char *file=0, size_t line=0) |
|
| StreamException (int library, int code, const std::string &message, const std::string &info, const char *file=0, size_t line=0) throw ( ) |
|
| StreamException (std::istream &in, int library, const std::string &info, const char *file=0, size_t line=0) |
|
| StreamException (std::ostream &out, int library, const std::string &info, const char *file=0, size_t line=0) |
|
| StreamException (int library, int code, const std::string &message, const std::string &info, const char *file=0, size_t line=0) throw ( ) |
|
bool | operator== (const LdasException &e) const |
| Equal Comparison. More...
|
|
bool | operator== (const LdasException &e) const |
|
bool | operator== (const LdasException &e) const |
|
bool | operator!= (const LdasException &e) const |
| Not-Equal Comparison. More...
|
|
bool | operator!= (const LdasException &e) const |
|
bool | operator!= (const LdasException &e) const |
|
const ErrorInfo & | getError (size_t i) const |
| Get Error Info. More...
|
|
const ErrorInfo & | getError (size_t i) const |
|
const ErrorInfo & | getError (size_t i) const |
|
const ErrorInfo & | operator[] (size_t i) const |
| Array Operator. More...
|
|
const ErrorInfo & | operator[] (size_t i) const |
|
const ErrorInfo & | operator[] (size_t i) const |
|
size_t | getSize () const |
| Get Size. More...
|
|
size_t | getSize () const |
|
size_t | getSize () const |
|
void | addError (int library, int code, const std::string &1, const std::string &info="", const char *file=0, size_t line=0) |
| Add Error. More...
|
|
void | addError (const ErrorInfo &e) |
| Add Error. More...
|
|
void | addError (int library, int code, const std::string &1, const std::string &info="", const char *file=0, size_t line=0) |
|
void | addError (const ErrorInfo &e) |
|
void | addError (int library, int code, const std::string &1, const std::string &info="", const char *file=0, size_t line=0) |
|
void | addError (const ErrorInfo &e) |
|