crocoddyl 1.9.0
Contact RObot COntrol by Differential DYnamic programming Library (Crocoddyl)
 
Loading...
Searching...
No Matches
Exception Class Reference
Inheritance diagram for Exception:
Collaboration diagram for Exception:

Public Member Functions

 Exception (const std::string &msg, const char *file, const char *func, int line)
 
virtual const char * what () const NOEXCEPT
 

Public Attributes

std::string msg_
 

Detailed Description

Definition at line 37 of file exception.hpp.

Constructor & Destructor Documentation

◆ Exception()

Exception ( const std::string &  msg,
const char *  file,
const char *  func,
int  line 
)
explicit

Definition at line 13 of file exception.cpp.

◆ ~Exception()

~Exception ( )
virtual

Definition at line 22 of file exception.cpp.

Member Function Documentation

◆ what()

const char * what ( ) const
virtual

Definition at line 24 of file exception.cpp.

Member Data Documentation

◆ msg_

std::string msg_

Definition at line 43 of file exception.hpp.


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