org.codehaus.plexus.component.manager.UndefinedComponentManagerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of virtdata-lib-realer Show documentation
Show all versions of virtdata-lib-realer Show documentation
With inspiration from other libraries
package org.codehaus.plexus.component.manager;
/**
* @author Jason van Zyl
* @version $Id: UndefinedComponentManagerException.java 1384 2005-01-13 12:11:17Z trygvis $
*/
public class UndefinedComponentManagerException
extends Exception
{
public UndefinedComponentManagerException( String message )
{
super( message );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy