CVC3  2.4.1
Public Member Functions | List of all members
CVC3::ArithException Class Reference

#include <arith_exception.h>

Inheritance diagram for CVC3::ArithException:
CVC3::Exception

Public Member Functions

 ArithException ()
 
 ArithException (const std::string &msg)
 
 ArithException (const char *msg)
 
virtual ~ArithException ()
 
virtual std::string toString () const
 
- Public Member Functions inherited from CVC3::Exception
 Exception ()
 
 Exception (const std::string &msg)
 
 Exception (const char *msg)
 
virtual ~Exception ()
 
void setMessage (const std::string &msg)
 

Additional Inherited Members

- Protected Attributes inherited from CVC3::Exception
std::string d_msg
 

Detailed Description

Definition at line 31 of file arith_exception.h.

Constructor & Destructor Documentation

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 ( )
inlinevirtual

Definition at line 40 of file arith_exception.h.

Member Function Documentation

virtual std::string CVC3::ArithException::toString ( ) const
inlinevirtual

Reimplemented from CVC3::Exception.

Definition at line 41 of file arith_exception.h.

References CVC3::Exception::d_msg.

Referenced by CVC3::TheoryArithOld::doSolve().


The documentation for this class was generated from the following file: