org.springframework.contributions.ioc.exceptions.MissingArgumentException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-contributions Show documentation
Show all versions of spring-contributions Show documentation
This project adds a so called contribution mechanism (like known from Tapestry IOC or Eclipse Plugins) for configuration and extension of services to the Spring project.
package org.springframework.contributions.ioc.exceptions;
public class MissingArgumentException extends Exception
{
/**
*
*/
private static final long serialVersionUID = 8335377402868091691L;
public MissingArgumentException(String message)
{
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy