Crocoddyl
 
Loading...
Searching...
No Matches
Exception Class Reference
Inheritance diagram for Exception:

Public Member Functions

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

Detailed Description

Definition at line 39 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 25 of file exception.cpp.

Member Function Documentation

◆ what()

const char * what ( ) const
virtual

Definition at line 27 of file exception.cpp.

◆ getMessage()

std::string getMessage ( ) const

Definition at line 29 of file exception.cpp.

◆ getExtraData()

std::string getExtraData ( ) const

Definition at line 31 of file exception.cpp.


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