The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
gui2::iterator::tlogic_error Class Reference

Thrown when deferring an invalid iterator. More...

#include <exception.hpp>

Inheritance diagram for gui2::iterator::tlogic_error:
Inheritance graph

Public Member Functions

 tlogic_error (const std::string &message)
 
- Public Member Functions inherited from tlua_jailbreak_exception
virtual ~tlua_jailbreak_exception () throw ()
 
void store () const throw ()
 Stores a copy the current exception to be rethrown. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from tlua_jailbreak_exception
static void rethrow ()
 Rethrows the stored exception. More...
 
- Static Protected Attributes inherited from tlua_jailbreak_exception
static tlua_jailbreak_exceptionjailbreak_exception = nullptr
 The exception to be rethrown. More...
 

Detailed Description

Thrown when deferring an invalid iterator.

Invalid means the initial state at_end() == true.

Definition at line 39 of file exception.hpp.

Constructor & Destructor Documentation

gui2::iterator::tlogic_error::tlogic_error ( const std::string message)
inlineexplicit

Definition at line 42 of file exception.hpp.


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