Wallaroo  0.8
Public Member Functions | List of all members
wallaroo::ElementNotFound Class Reference

#include <exceptions.h>

Inheritance diagram for wallaroo::ElementNotFound:
wallaroo::WallarooError

Public Member Functions

 ElementNotFound (const std::string &_element)
 Instantiate a ElementNotFound. More...
 
 ~ElementNotFound () throw ()
 
const std::string & Element () const
 
- Public Member Functions inherited from wallaroo::WallarooError
 WallarooError (const std::string &what)
 
 ~WallarooError () throw ()
 

Detailed Description

Error indicating that an item was not found in the catalog or in the class. Derives from WallarooError.

Constructor & Destructor Documentation

wallaroo::ElementNotFound::ElementNotFound ( const std::string &  _element)
inline

Instantiate a ElementNotFound.

wallaroo::ElementNotFound::~ElementNotFound ( )
throw (
)
inline

Member Function Documentation

const std::string& wallaroo::ElementNotFound::Element ( ) const
inline

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