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

#include <exceptions.h>

Inheritance diagram for wallaroo::WiringError:
wallaroo::WallarooError

Public Member Functions

 WiringError (const std::string &_element)
 Instantiate a WiringError. More...
 
 ~WiringError () 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 a collaborator has not been wired correctly. Derives from WallarooError.

Constructor & Destructor Documentation

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

Instantiate a WiringError.

wallaroo::WiringError::~WiringError ( )
throw (
)
inline

Member Function Documentation

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

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