org.apache.avalon.extension.manager
Class UnsatisfiedExtensionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
UnsatisfiedExtensionException(Extension extension)
          Construct the UnsatisfiedPackageException for specified Extension.
 
Method Summary
 Extension getUnsatisfiedExtension()
          Return the unsatisfied Extension that caused this exception tho be thrown.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsatisfiedExtensionException

public UnsatisfiedExtensionException(Extension extension)
Construct the UnsatisfiedPackageException for specified Extension.

Parameters:
extension - the extension that caused exception
Method Detail

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.