Uses of Class
org.apache.hivemind.ApplicationRuntimeException

Packages that use ApplicationRuntimeException
org.apache.hivemind The main HiveMind package. 
org.apache.hivemind.internal   
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.internal
 

Methods in org.apache.hivemind.internal that throw ApplicationRuntimeException
 java.util.Map ConfigurationPoint.getElementsAsMap()
          Returns the constructed extensions as a Map of elements assembled from the various contributions.
 

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.