Public Member Functions
fcl::Exception Class Reference

#include <hpp/fcl/exception.h>

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

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

fcl::Exception::Exception ( const std::string &  what) [inline, explicit]

This is just a wrapper on std::runtime_error.

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.

virtual fcl::Exception::~Exception ( void  ) throw () [inline, virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines