org.apache.avalon.excalibur.extension
Class UnsatisfiedExtensionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.avalon.excalibur.extension.UnsatisfiedExtensionException
All Implemented Interfaces:
java.io.Serializable

public class UnsatisfiedExtensionException
extends java.lang.Exception

Exception indicating an extension was not found in Package Repository.

Version:
$Revision: 1.3 $ $Date: 2001/12/11 09:53:34 $
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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 © 2001 Apache Jakarta Project. All Rights Reserved.