Base class of all vidl exceptions. More...
#include <vidl_exception.h>
Public Member Functions | |
vidl_exception (const vcl_string &msg) | |
virtual | ~vidl_exception () |
virtual const vcl_string & | what () const |
Private Attributes | |
vcl_string | msg_ |
Base class of all vidl exceptions.
Definition at line 59 of file vidl_exception.h.
vidl_exception::vidl_exception | ( | const vcl_string & | msg | ) | [inline, explicit] |
Definition at line 62 of file vidl_exception.h.
virtual vidl_exception::~vidl_exception | ( | ) | [inline, virtual] |
Definition at line 63 of file vidl_exception.h.
virtual const vcl_string& vidl_exception::what | ( | ) | const [inline, virtual] |
Definition at line 65 of file vidl_exception.h.
vcl_string vidl_exception::msg_ [private] |
Definition at line 68 of file vidl_exception.h.