org.codehaus.plexus.component.factory
Class UndefinedComponentFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.factory.UndefinedComponentFactoryException
- All Implemented Interfaces:
- Serializable
public class UndefinedComponentFactoryException
- extends Exception
- Version:
- $Id: UndefinedComponentFactoryException.java 7089 2007-11-25 15:19:06Z jvanzyl $
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UndefinedComponentFactoryException
public UndefinedComponentFactoryException(String message)
UndefinedComponentFactoryException
public UndefinedComponentFactoryException(String message,
Throwable cause)
UndefinedComponentFactoryException
public UndefinedComponentFactoryException(Throwable cause)
Copyright © 2001-2007 Codehaus. All Rights Reserved.