
com.github.datalking.exception.NoSuchBeanDefinitionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-ioc Show documentation
Show all versions of play-ioc Show documentation
simple ioc container with aop support.
The newest version!
package com.github.datalking.exception;
/**
* BeanDefinition未定义的异常
*
* @author yaoo on 4/4/18
*/
public class NoSuchBeanDefinitionException extends RuntimeException {
public NoSuchBeanDefinitionException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy