TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Uninitialized variable error. More...
#include <tsException.h>
Public Member Functions | |
UninitializedVariable (const ts::UString &w) | |
Constructor. | |
UninitializedVariable (const ts::UString &w, int code) | |
Constructor. | |
UninitializedVariable (int code) | |
Constructor. | |
virtual const char * | what () const noexcept override |
Get the error message as a C-string. | |
Uninitialized variable error.
|
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.