#include <uhd/exception.hpp>
Public Member Functions | |
| syntax_error (const std::string &what) | |
| virtual unsigned | code (void) const |
| virtual syntax_error * | dynamic_clone (void) const |
| virtual void | dynamic_throw (void) const |
Public Member Functions inherited from uhd::exception | |
| exception (const std::string &what) | |
Raised when a parser encounters a syntax error.
Within UHD, this is limited to Noc-Script execution.
| uhd::syntax_error::syntax_error | ( | const std::string & | what | ) |
|
virtual |
Implements uhd::exception.
|
virtual |
Implements uhd::exception.
|
virtual |
Implements uhd::exception.