![]() |
TSDuck v3.43-4520
MPEG Transport Stream Toolkit
|
Fatal low-level time error. More...
#include <tsTime.h>


Public Member Functions | |
| TimeError () | |
| Default constructor. | |
| TimeError (const ts::UString &w) | |
| Constructor. | |
| TimeError (const ts::UString &w, int code) | |
| Constructor. | |
| TimeError (int code) | |
| Constructor. | |
| virtual const char * | what () const noexcept override |
| Get the error message as a C-string. | |
Fatal low-level time error.
|
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. |
Get the error message as a C-string.