Uses of Class
org.apache.hivemind.ApplicationRuntimeException

Packages that use ApplicationRuntimeException
org.apache.hivemind The main HiveMind package. 
org.apache.hivemind.definition This package contains the interfaces that are needed for the definition of a registry. 
org.apache.hivemind.definition.impl Default implementations of the registry definition API. 
org.apache.hivemind.test Base classes and utilities to support unit tests involving HiveMind. 
 

Uses of ApplicationRuntimeException in org.apache.hivemind
 

Methods in org.apache.hivemind that return ApplicationRuntimeException
static ApplicationRuntimeException HiveMind.createRegistryShutdownException()
           
 

Uses of ApplicationRuntimeException in org.apache.hivemind.definition
 

Methods in org.apache.hivemind.definition that throw ApplicationRuntimeException
 void RegistryDefinition.addModule(ModuleDefinition module)
          Adds a module definition.
 

Uses of ApplicationRuntimeException in org.apache.hivemind.definition.impl
 

Methods in org.apache.hivemind.definition.impl that throw ApplicationRuntimeException
 void RegistryDefinitionImpl.addModule(ModuleDefinition module)
           
 

Uses of ApplicationRuntimeException in org.apache.hivemind.test
 

Methods in org.apache.hivemind.test with parameters of type ApplicationRuntimeException
protected  java.lang.Throwable HiveMindTestCase.findNestedException(ApplicationRuntimeException ex)
          Digs down through (potentially) a stack of ApplicationRuntimeExceptions until it reaches the originating exception, which is returned.
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.