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

#include <exceptions.h>

Inheritance diagram for wallaroo::DuplicatedElement:
wallaroo::WallarooError

Public Member Functions

 DuplicatedElement (const std::string &_element)
 Instantiate a DuplicatedElement. More...
 
 ~DuplicatedElement () 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 already inserted in the catalog or in the class. Derives from WallarooError.

Constructor & Destructor Documentation

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

Instantiate a DuplicatedElement.

wallaroo::DuplicatedElement::~DuplicatedElement ( )
throw (
)
inline

Member Function Documentation

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

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