#include <arith_exception.h>
Inheritance diagram for CVC3::ArithException:
Definition at line 31 of file arith_exception.h.
CVC3::ArithException::ArithException | ( | ) | [inline] |
Definition at line 36 of file arith_exception.h.
CVC3::ArithException::ArithException | ( | const std::string & | msg | ) | [inline] |
Definition at line 37 of file arith_exception.h.
CVC3::ArithException::ArithException | ( | const char * | msg | ) | [inline] |
Definition at line 38 of file arith_exception.h.
virtual CVC3::ArithException::~ArithException | ( | ) | [inline, virtual] |
Definition at line 40 of file arith_exception.h.
virtual std::string CVC3::ArithException::toString | ( | ) | const [inline, virtual] |
Reimplemented from CVC3::Exception.
Definition at line 41 of file arith_exception.h.
References CVC3::Exception::d_msg.
Referenced by CVC3::TheoryArithOld::doSolve().