Uses of Package
org.sape.carbon.core.exception

Packages that use org.sape.carbon.core.exception
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.format   
org.sape.carbon.core.config.interceptor   
org.sape.carbon.core.config.node   
org.sape.carbon.core.config.type   
org.sape.carbon.core.exception   
org.sape.carbon.core.util.calendar   
org.sape.carbon.core.util.classify   
org.sape.carbon.core.util.enum   
org.sape.carbon.core.util.reflection   
org.sape.carbon.services.cache The Cache Service is designed to cache frequently used data in a refreshable, high performance, thread-safe fashion. 
org.sape.carbon.services.carbonmanagement   
org.sape.carbon.services.console This package contains a graphical user interface for the Carbon Component Model. 
org.sape.carbon.services.deployment The DeploymentService is designed to help manage differences in configurations between application deployments. 
org.sape.carbon.services.deployment.namelookup NameLookups are components that provide the deployment service with names that specify either an environment or instance. 
org.sape.carbon.services.ejb The EJB service facilitates Enterprise Java Bean lookup via a variety of factory methods. 
org.sape.carbon.services.email Contains the interfaces and implementations of an email sending service. 
org.sape.carbon.services.exception Contains a simple graphical exception delegate designed to display high-severity exception directly to a user. 
org.sape.carbon.services.jmx.server   
org.sape.carbon.services.management.interceptor   
org.sape.carbon.services.scheduler   
org.sape.carbon.services.sql The Carbon SQL service comprises of SqlStatementFactory - The functional interface to the component DefaultStatementFactoryImpl - The default funtional implementation that defines the createPreparedStatement and createCallableStatement methods. 
org.sape.carbon.services.threadpool   
org.sape.carbon.services.uniqueid The Carbon Unique ID Service solves the problem of generating unique IDs for data that are independent of the data representation itself. 
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.bootstrap
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
BaseRuntimeException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.component
BaseRuntimeException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.component.lifecycle
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
BaseRuntimeException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.component.proxy
BaseRuntimeException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.config
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
BaseRuntimeException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.config.format
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.config.interceptor
BaseRuntimeException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.config.node
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
BaseRuntimeException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.config.type
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.exception
BaseRuntimeException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
ExceptionDelegate
          This interface represents the responsibilities of an exception delegate in the Carbon Core exception subsystem.
ExceptionDelegateFactory
          This is the Carbon Factory for building new exception delegates for use in Carbon based exceptions.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.util.calendar
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.util.classify
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.util.enum
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.core.util.reflection
BaseRuntimeException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.cache
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.carbonmanagement
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.console
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.deployment
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.deployment.namelookup
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.ejb
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.email
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.exception
DefaultExceptionDelegateImpl
          This is the default implementation of the exception delegate interface to support basic exception handling as well as auto-logging of the exception.
ExceptionDelegate
          This interface represents the responsibilities of an exception delegate in the Carbon Core exception subsystem.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.jmx.server
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.management.interceptor
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.scheduler
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.sql
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.threadpool
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
BaseRuntimeException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 

Classes in org.sape.carbon.core.exception used by org.sape.carbon.services.uniqueid
BaseException
          This is an abstract, base exception class provided within the Carbon Core to support basic exception functionality.
Exceptionable
          This is the standardized interface for throwables within the Carbon Component System.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.