
com.cookingfox.chefling.api.exception.InvalidParentContainerException 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 provided parent container is invalid.
*/
public class InvalidParentContainerException extends ContainerException {
public InvalidParentContainerException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy