#include <uhd/exception.hpp>
  
Public Member Functions | |
| syntax_error (const std::string &what) | |
| unsigned | code (void) const override | 
| syntax_error * | dynamic_clone (void) const override | 
| void | dynamic_throw (void) const override | 
  Public Member Functions inherited from uhd::exception | |
| exception (const std::string &what) | |
| virtual unsigned | code (void) const =0 | 
| virtual exception * | dynamic_clone (void) const =0 | 
| virtual void | dynamic_throw (void) const =0 | 
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 | ) | 
      
  | 
  overridevirtual | 
Implements uhd::exception.
      
  | 
  overridevirtual | 
Implements uhd::exception.
      
  | 
  overridevirtual | 
Implements uhd::exception.