org.codehaus.plexus.component.composition.UndefinedComponentComposerException 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.composition;
/**
*
*
* @author Michal Maczka
*
* @version $Id: UndefinedComponentComposerException.java 1323 2004-12-20 23:00:59Z jvanzyl $
*/
public class UndefinedComponentComposerException
extends Exception
{
public UndefinedComponentComposerException( String message )
{
super( message );
}
public UndefinedComponentComposerException( String message, Throwable cause )
{
super( message, cause );
}
public UndefinedComponentComposerException( Throwable cause )
{
super( cause );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy