Internal error: access a non-existent adaptation field. More...
Public Member Functions | |
AdaptationFieldError (const ts::UString &w) | |
Constructor. More... | |
AdaptationFieldError (const ts::UString &w, int code) | |
Constructor. More... | |
AdaptationFieldError (int code) | |
Constructor. More... | |
virtual const char * | what () const noexcept override |
Get the error message as a C-string. More... | |
Internal error: access a non-existent adaptation field.
|
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.