0.12.0
Freundlich's C++ toolkit
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions
fcppt::container::grid::exception Class Reference
Inheritance diagram for fcppt::container::grid::exception:
fcppt::container::exception fcppt::exception fcppt::container::grid::out_of_range

Public Member Functions

 exception (fcppt::string const &)
 
- Public Member Functions inherited from fcppt::container::exception
 exception (fcppt::string const &)
 
- Public Member Functions inherited from fcppt::exception
 exception (fcppt::string const &what)
 Constructs an exception from a string.
 
 exception (fcppt::exception const &other)
 Copy constructs an exception.
 
fcppt::exceptionoperator= (fcppt::exception const &other)
 Assigns an exception.
 
fcppt::string const & string () const
 Returns the error message.
 
char const * what () const throw ()
 Returns a generic error.
 
virtual ~exception () throw ()
 

Constructor & Destructor Documentation

fcppt::container::grid::exception::exception ( fcppt::string const &  )
explicit