org.apache.avalon.extension.manager
Class UnsatisfiedExtensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.extension.manager.UnsatisfiedExtensionException
- All Implemented Interfaces:
- Serializable
- public class UnsatisfiedExtensionException
- extends Exception
Exception indicating an extension was not found in Package Repository.
- Version:
- $Revision: 1.1 $ $Date: 2003/09/09 22:42:48 $
- Author:
- Peter Donald
- See Also:
Extension
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsatisfiedExtensionException
public UnsatisfiedExtensionException(Extension extension)
- Construct the
UnsatisfiedPackageException
for specified Extension
.
- Parameters:
extension
- the extension that caused exception
getUnsatisfiedExtension
public Extension getUnsatisfiedExtension()
- Return the unsatisfied
Extension
that
caused this exception tho be thrown.
- Returns:
- the unsatisfied Extension
Copyright © Apache Software Foundation. All Rights Reserved.