#include <iostream>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | gazebo::common::AssertionInternalError |
Class for generating Exceptions which come from gazebo assertions. More... | |
class | gazebo::common::Exception |
Class for generating exceptions. More... | |
class | gazebo::common::InternalError |
Class for generating Internal Gazebo Errors: those errors which should never happend and represent programming bugs. More... | |
Namespaces | |
namespace | gazebo |
Forward declarations for the common classes. | |
namespace | gazebo::common |
Common namespace. | |
Macros | |
#define | gzthrow(msg) |
This macro logs an error to the throw stream and throws an exception that contains the file name and line number. | |