![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Exception raised by deserialization of messages. More...
#include <tstlv.h>


Public Member Functions | |
| DeserializationInternalError () | |
| Default constructor. | |
| DeserializationInternalError (const ts::UString &w) | |
| Constructor. | |
| DeserializationInternalError (const ts::UString &w, int code) | |
| Constructor. | |
| DeserializationInternalError (int code) | |
| Constructor. | |
| virtual const char * | what () const noexcept override |
| Get the error message as a C-string. | |
Exception raised by deserialization of messages.
This exception should never been raised by correctly implemented message classes.
It is raised when:
|
inline |
Default constructor.
|
inlineexplicit |
Constructor.
| [in] | w | Error message for the exception. |
|
inlineexplicit |
Constructor.
| [in] | w | Error message for the exception. |
| [in] | code | System error code. |
|
inlineexplicit |
Constructor.
| [in] | code | System error code. |
|
overridevirtualnoexceptinherited |
Get the error message as a C-string.