Sauce-0.10.1
A C++ Dependency Injection Framework
Public Member Functions | List of all members
sauce::UnboundExceptionFor< Dependency > Class Template Reference

Thrown when a binding cannot be found for the given interface. More...

#include <sauce/exceptions.h>

Inheritance diagram for sauce::UnboundExceptionFor< Dependency >:
Inheritance graph
[legend]
Collaboration diagram for sauce::UnboundExceptionFor< Dependency >:
Collaboration graph
[legend]

Public Member Functions

 UnboundExceptionFor (std::string const name)
 
- Public Member Functions inherited from sauce::UnboundException
 UnboundException (std::string const name)
 
- Public Member Functions inherited from sauce::Exception
 Exception (std::string message)
 

Detailed Description

template<typename Dependency>
class sauce::UnboundExceptionFor< Dependency >

Thrown when a binding cannot be found for the given interface.

Constructor & Destructor Documentation

◆ UnboundExceptionFor()

template<typename Dependency >
sauce::UnboundExceptionFor< Dependency >::UnboundExceptionFor ( std::string const  name)
inline
33: UnboundException(name) {}

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