
com.cookingfox.chefling.api.exception.InvalidChildContainerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chefling-di-java Show documentation
Show all versions of chefling-di-java Show documentation
Chefling is a very minimal dependency injection container written in pure Java.
package com.cookingfox.chefling.api.exception;
/**
* Thrown when the child container is invalid.
*/
public class InvalidChildContainerException extends ContainerException {
public InvalidChildContainerException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy