Exception Class Reference

Class for generating exceptions. More...

#include <common/common.hh>

Inherited by InternalError.

Public Member Functions

 Exception ()
 Constructor. More...
 
 Exception (const char *_file, int _line, std::string _msg)
 Default constructor. More...
 
virtual ~Exception ()
 Destructor. More...
 
std::string GetErrorFile () const
 Return the error function. More...
 
std::string GetErrorStr () const
 Return the error string. More...
 
void Print () const
 Print the exception to std out. More...
 

Friends

std::ostream & operator<< (std::ostream &_out, const gazebo::common::Exception &_err)
 stream insertion operator for Gazebo Error More...
 

Detailed Description

Class for generating exceptions.

Constructor & Destructor Documentation

Exception ( )

Constructor.

Exception ( const char *  _file,
int  _line,
std::string  _msg 
)

Default constructor.

Parameters
[in]_fileFile name
[in]_lineLine number where the error occurred
[in]_msgError message
virtual ~Exception ( )
virtual

Destructor.

Member Function Documentation

std::string GetErrorFile ( ) const

Return the error function.

Returns
The error function name
std::string GetErrorStr ( ) const

Return the error string.

Returns
The error string
void Print ( ) const

Print the exception to std out.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  _out,
const gazebo::common::Exception _err 
)
friend

stream insertion operator for Gazebo Error

Parameters
[in]_outthe output stream
[in]_errthe exception

The documentation for this class was generated from the following file: