Uses of Class
org.apache.avalon.merlin.KernelException

Packages that use KernelException
org.apache.avalon.merlin The Merlin Kernel API defines a set of interfaces the encompass the creation criteria, controller and main kernel functionality. 
org.apache.avalon.merlin.impl The kernel package defines a top level Kernel implementation that serves as a host to a set of blocks.  
 

Uses of KernelException in org.apache.avalon.merlin
 

Methods in org.apache.avalon.merlin that throw KernelException
 Appliance Kernel.locate(String path)
          Return the applicance matching the supplied path.
 

Uses of KernelException in org.apache.avalon.merlin.impl
 

Methods in org.apache.avalon.merlin.impl that throw KernelException
 Appliance DefaultKernel.locate(String path)
          Return the block matching the supplied path.
 

Constructors in org.apache.avalon.merlin.impl that throw KernelException
DefaultKernel(Logger logger, KernelCriteria criteria, Block system, Block application)
          Creation of a new Merlin Kernel.
 



Copyright © Apache Software Foundation. All Rights Reserved.