ParamUnknown Class Reference
|
Ratpac-two
|
RAT::Processor::ParamUnknown Class Reference
#include <Processor.hh>
Inheritance diagram for RAT::Processor::ParamUnknown:
Public Member Functions | |
| ParamUnknown (std::string _param) | |
Public Member Functions inherited from RAT::Processor::ParamError | |
| ParamError (std::string _param) | |
Additional Inherited Members | |
Public Attributes inherited from RAT::Processor::ParamError | |
| std::string | param |
Detailed Description
Exception thrown when parameter name is not known to this processor.
Constructor & Destructor Documentation
◆ ParamUnknown()
|
inline |
Create unknown parameter error.
- Parameters
-
[in] _param Name of unknown parameter
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/core/include/RAT/Processor.hh
Generated by
Public Member Functions inherited from