All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.contributions.ioc.exceptions.MissingArgumentException Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 2.0.0
Show newest version
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