Public Member Functions | List of all members
fcl::Exception Class Reference

#include <exception.h>

Inheritance diagram for fcl::Exception:
Inheritance graph
[legend]

Public Member Functions

 Exception (const std::string &prefix, const std::string &what)
 This is just a wrapper on std::runtime_error with a prefix added. More...
 
 Exception (const std::string &what)
 This is just a wrapper on std::runtime_error. More...
 
virtual ~Exception (void) throw ()
 

Detailed Description

Definition at line 49 of file exception.h.

Constructor & Destructor Documentation

◆ Exception() [1/2]

fcl::Exception::Exception ( const std::string &  what)
explicit

This is just a wrapper on std::runtime_error.

Definition at line 44 of file exception.cpp.

◆ Exception() [2/2]

fcl::Exception::Exception ( const std::string &  prefix,
const std::string &  what 
)

This is just a wrapper on std::runtime_error with a prefix added.

Definition at line 50 of file exception.cpp.

◆ ~Exception()

fcl::Exception::~Exception ( void  )
throw (
)
virtual

Definition at line 57 of file exception.cpp.


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


fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:50