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

#include <hpp/fcl/exception.h>

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ Exception() [1/2]

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

This is just a wrapper on std::runtime_error.

◆ Exception() [2/2]

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

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

◆ ~Exception()

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