Kaldi fatal runtime error exception. More...
#include <kaldi-error.h>
Public Member Functions | |
KaldiFatalError (const std::string &message) | |
KaldiFatalError (const char *message) | |
virtual const char * | what () const noexcept override |
Returns the exception name, "kaldi::KaldiFatalError". More... | |
const char * | KaldiMessage () const |
Returns the Kaldi error message logged by KALDI_ERR. More... | |
Kaldi fatal runtime error exception.
This exception is thrown from any use of the KALDI_ERR logging macro after the logging function, either set by SetLogHandler(), or the Kaldi's internal one, has returned.
Definition at line 89 of file kaldi-error.h.
|
inlineexplicit |
Definition at line 91 of file kaldi-error.h.
|
inlineexplicit |
Definition at line 93 of file kaldi-error.h.
|
inline |
Returns the Kaldi error message logged by KALDI_ERR.
Definition at line 101 of file kaldi-error.h.
Referenced by main().
|
inlineoverridevirtualnoexcept |
Returns the exception name, "kaldi::KaldiFatalError".
Definition at line 96 of file kaldi-error.h.