In file SerialUtils.hh: A simple exception class that records a message for the user
Public Methods
-
Error(const std::string& msg)
- Create an error object with the given message
-
Error(const std::string& msg, const std::string& file, int line, const std::string& function)
- Construct an error object with the given message that was created on the given file, line, and functino
-
const std::string& getMessage() const
- Get the error message
Documentation
A simple exception class that records a message for the user
Error(const std::string& msg)
-
Create an error object with the given message
Error(const std::string& msg, const std::string& file, int line, const std::string& function)
-
Construct an error object with the given message that was created on
the given file, line, and functino
const std::string& getMessage() const
-
Get the error message
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.