Core Library
Public Member Functions
Core::BadLogicException Class Reference

The exception type thrown for errors that are the result of incorrect program logic. More...

#include <BadLogicException.hpp>

Inheritance diagram for Core::BadLogicException:
Core::Exception

List of all members.

Public Member Functions

 BadLogicException (const tstring &strDetails)
 Construction from a string containing the details.
virtual ~BadLogicException () throw ()
 Destructor.

Detailed Description

The exception type thrown for errors that are the result of incorrect program logic.

It is analogous to std::logic_error.


Constructor & Destructor Documentation

Core::BadLogicException::BadLogicException ( const tstring strDetails) [inline]

Construction from a string containing the details.

Core::BadLogicException::~BadLogicException ( ) throw () [inline, virtual]

Destructor.


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