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

#include <eval_exception.h>

Inheritance diagram for CVC3::EvalException:
CVC3::Exception

Public Member Functions

 EvalException ()
 
 EvalException (const std::string &msg)
 
 EvalException (const char *msg)
 
virtual ~EvalException ()
 
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 30 of file eval_exception.h.

Constructor & Destructor Documentation

CVC3::EvalException::EvalException ( )
inline

Definition at line 33 of file eval_exception.h.

CVC3::EvalException::EvalException ( const std::string &  msg)
inline

Definition at line 34 of file eval_exception.h.

CVC3::EvalException::EvalException ( const char *  msg)
inline

Definition at line 35 of file eval_exception.h.

virtual CVC3::EvalException::~EvalException ( )
inlinevirtual

Definition at line 37 of file eval_exception.h.

Member Function Documentation

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

Reimplemented from CVC3::Exception.

Definition at line 39 of file eval_exception.h.

References CVC3::Exception::d_msg.


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