Exceptions
Purpose
This is a list of all of the exceptions that this library can throw.
Exceptions List
Class | Description |
---|---|
ContainerIsReadOnly |
thrown when you attempt to change the contents of a container, and you haven't put it into read-write mode first |
NoSuchFactory |
thrown when there is no known factory for a given name |
NotAFactory |
thrown when we have been given something that we cannot use as a factory |
NotAListOfFactories |
thrown when we have been given something that we cannot use as a list of factories |
Click on the name of an exception for full details.
Exceptions Container
DIContainersExceptions
provides a full list of exception factories as an FactoryList
.