org.sape.carbon.core.exception |
The exception package contains the basis of framework exception handling
and provides a base class and a delegate to support the development of
new exceptions.
|
Java Source File Name | Type | Comment |
BaseException.java | Class | This is an abstract, base exception class provided within the Carbon Core
to support basic exception functionality. |
BaseRuntimeException.java | Class | This is an abstract, base exception class provided within the Carbon Core
to support basic exception functionality. |
DefaultExceptionDelegateImpl.java | Class | |
Exceptionable.java | Interface | This is the standardized interface for throwables within the Carbon
Component System. |
ExceptionDelegate.java | Interface | This interface represents the responsibilities of an exception delegate
in the Carbon Core exception subsystem. |
ExceptionDelegateFactory.java | Class | This is the Carbon Factory for building new exception delegates for use
in Carbon based exceptions. |
ExceptionUtility.java | Class |
A utility for printing out and dealing with exceptions in a useful way. |
IllegalStateException.java | Class | This exception is to be used when it is detected that the system is in an
invalid state. |
InvalidParameterException.java | Class | |