CVC3
|
#include <bitvector_exception.h>
Inherits CVC3::Exception.
Definition at line 31 of file bitvector_exception.h.
CVC3::BitvectorException::BitvectorException | ( | ) | [inline] |
Definition at line 36 of file bitvector_exception.h.
CVC3::BitvectorException::BitvectorException | ( | const std::string & | msg | ) | [inline] |
Definition at line 37 of file bitvector_exception.h.
CVC3::BitvectorException::BitvectorException | ( | char * | msg | ) | [inline] |
Definition at line 38 of file bitvector_exception.h.
virtual CVC3::BitvectorException::~BitvectorException | ( | ) | [inline, virtual] |
Definition at line 40 of file bitvector_exception.h.
virtual std::string CVC3::BitvectorException::toString | ( | ) | const [inline, virtual] |
Reimplemented from CVC3::Exception.
Definition at line 41 of file bitvector_exception.h.
References CVC3::Exception::d_msg.