|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CoreException | Interface defines the core exception features. |
Exception Summary | |
---|---|
AbstractCoreException | The base implementation of the core exception that supports unique identifying and exception codes for checked exceptions. |
AbstractCoreRuntimeException | The base implementation of the core runtime exception that supports unique identifying and exception codes for unchecked exceptions. |
The core package for the exception handling.
This package contains the abstract core exception classes AbstractCoreException
and AbstractCoreRuntimeException
classes that serve as parents for all exceptions that do not deal with localized messages. The interface CoreException
provides a common interface for the checked and unchecked core exceptions and is implemented by the before mentioned abstract exception classes.
To not implement the information for checked and unchecked exceptions twice, the functionality is realized in ExceptionInfo
. The abstract core exception classes delegate to an internal instance of this exception info class.
The core functionality for codes and unique identifiers for exceptions is implemented in
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |