Sauce-0.10.1
A C++ Dependency Injection Framework
List of all members
sauce::PartialBindingExceptionFor< Dependency > Class Template Reference

Thrown when a binding hasn't been completely specified for the given interface. More...

#include <sauce/exceptions.h>

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

Additional Inherited Members

- Public Member Functions inherited from sauce::Exception
 Exception (std::string message)
 

Detailed Description

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

Thrown when a binding hasn't been completely specified for the given interface.

Constructor & Destructor Documentation

◆ PartialBindingExceptionFor()

template<typename Dependency >
sauce::PartialBindingExceptionFor< Dependency >::PartialBindingExceptionFor ( )
inline
51: PartialBindingException() {}

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