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

#include <command_line_exception.h>

Inherits CVC3::Exception.

Collaboration diagram for CVC3::CLException:
Collaboration graph

Public Member Functions

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

Constructor & Destructor Documentation

CVC3::CLException::CLException ( )
inline

Definition at line 32 of file command_line_exception.h.

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

Definition at line 33 of file command_line_exception.h.

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

Definition at line 34 of file command_line_exception.h.

virtual CVC3::CLException::~CLException ( )
inlinevirtual

Definition at line 36 of file command_line_exception.h.

Member Function Documentation

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

Reimplemented from CVC3::Exception.

Definition at line 38 of file command_line_exception.h.

References CVC3::Exception::d_msg.


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