Uses of Class
org.sape.carbon.core.exception.BaseRuntimeException

Packages that use BaseRuntimeException
org.sape.carbon.core.bootstrap   
org.sape.carbon.core.component   
org.sape.carbon.core.component.lifecycle   
org.sape.carbon.core.component.proxy   
org.sape.carbon.core.config   
org.sape.carbon.core.config.interceptor   
org.sape.carbon.core.config.node   
org.sape.carbon.core.exception   
org.sape.carbon.core.util.reflection   
org.sape.carbon.services.threadpool   
 

Uses of BaseRuntimeException in org.sape.carbon.core.bootstrap
 

Subclasses of BaseRuntimeException in org.sape.carbon.core.bootstrap
 class BootStrapException
          Levelized excpeiont for bootstrap package.
 

Uses of BaseRuntimeException in org.sape.carbon.core.component
 

Subclasses of BaseRuntimeException in org.sape.carbon.core.component
 class ComponentException
          Levelized Exception describing all Exceptions throwable by the Component-infrastructure (a.k.a the container).
 class ComponentNotFoundException
          Exception thrown when the component subsytem attempts to fetch a component but cannot find it configuration or attempts to destroy a component that has not been loaded yet.
 

Uses of BaseRuntimeException in org.sape.carbon.core.component.lifecycle
 

Subclasses of BaseRuntimeException in org.sape.carbon.core.component.lifecycle
 class ComponentUnavailableException
          Thrown when a request for service cannot be handled, due to the Component being Stopped or Suspended.
 class InvalidStateException
          Indicates that the component is in an unexpected state.
 class LifecycleException
          Levelized Exception describing all Exceptions throwable within the Lifecycle package.
 class NonFatalStateTransitionException
          This exception should be thrown from lifecycle methods to signal that even though an exception occured within the lifecycle method, the component is still valid and the lifecycle interceptor should return the component to its last good state.
 class OperationNotSupportedException
          Indicates that the lifecycle operation requested is not supported by the component.
 class StateTransitionException
          Indicates a failure to complete a lifecycle operation.
 

Uses of BaseRuntimeException in org.sape.carbon.core.component.proxy
 

Subclasses of BaseRuntimeException in org.sape.carbon.core.component.proxy
 class InvalidListenerException
          Copyright 2002 Sapient
 class MonitorAcquisitionException
          Copyright 2002 Sapient
 

Uses of BaseRuntimeException in org.sape.carbon.core.config
 

Subclasses of BaseRuntimeException in org.sape.carbon.core.config
 class ConfigurationAccessException
          This exception is thrown to wrap internal configuration exceptions in a runtime exception that can optionally be caught by developers.
 class ConfigurationInitializtionException
          This exception is thrown when the configuration service cannot be initialized.
 class ConfigurationNotFoundException
          This exception is used to declare that the requested configuration was not found.
 class ConfigurationRuntimeException
          This is the abstract-base exception for runtime hexceptions in the configuration service.
 class InvalidConfigurationException
          This exception is utilized to relate that a supplied configuration is invalid or could not be found.
 

Uses of BaseRuntimeException in org.sape.carbon.core.config.interceptor
 

Subclasses of BaseRuntimeException in org.sape.carbon.core.config.interceptor
 class ConfigurationInterceptorException
          Levelized exception for ConfigurationInterceptor.
 

Uses of BaseRuntimeException in org.sape.carbon.core.config.node
 

Subclasses of BaseRuntimeException in org.sape.carbon.core.config.node
 class NodeRemovedException
          This exception is thrown by nodes when methods are call upon them after they have been removed.
 

Uses of BaseRuntimeException in org.sape.carbon.core.exception
 

Subclasses of BaseRuntimeException in org.sape.carbon.core.exception
 class IllegalStateException
          This exception is to be used when it is detected that the system is in an invalid state.
 class InvalidParameterException
          This exception is to be used when invalid arguments are passed to a method.
 

Uses of BaseRuntimeException in org.sape.carbon.core.util.reflection
 

Subclasses of BaseRuntimeException in org.sape.carbon.core.util.reflection
 class PropertyNotFoundException
           This is exception is used to declare the property expected to be in a class could not be found using reflective techniques.
 class ReflectionRuntimeException
          This is the abstract-base exception for runtime exceptions in the reflection utilities.
 

Uses of BaseRuntimeException in org.sape.carbon.services.threadpool
 

Subclasses of BaseRuntimeException in org.sape.carbon.services.threadpool
 class ThreadPoolRuntimeException
          Exception thrown when there is a problem queuing a task for execution.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.