TODO: javadoc
This interface is implemented by {@link AbstractException} and
{@link AbstractRuntimeException} to provide a common interface
for accessing error codes.
An error code is a compact string representing the nature of exception
in a programmatic locale-independent way. It can be used as a key that maps
to a human-readable error message in a resource bundle. For details, see
the exception classes mentioned above. |