1 #ifndef MEDIA_EXCEPTIONS_H 2 #define MEDIA_EXCEPTIONS_H 16 virtual const char *what()
const USE_NOTHROW;
24 virtual const char *what()
const USE_NOTHROW;
32 virtual const char *what()
const USE_NOTHROW;
40 virtual const char *what()
const USE_NOTHROW;
48 virtual const char *what()
const USE_NOTHROW;
56 virtual const char *what()
const USE_NOTHROW;
64 virtual const char *what()
const USE_NOTHROW;
70 #define CHECK_MAX_SIZE(sizeDenotation) \ 71 if(maxSize < sizeDenotation) { \ 72 throw TruncatedDataException(); \ 74 maxSize -= sizeDenotation; \ 79 #endif // MEDIA_EXCEPTIONS_H
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.