de.smartics.exceptions.core
Interface ExceptionContext

Package class diagram package ExceptionContext
All Known Subinterfaces:
I18nExceptionContext
All Known Implementing Classes:
AbstractExceptionContext, AbstractI18nExceptionContext, ConfiguredExceptionContext, PropertiesConfiguredExceptionContext, SystemDefaultExceptionContext, SystemDefaultI18nExceptionContext

public interface ExceptionContext

Defines access to the resources required by the exception infrastructure.

Author:
Robert Reiner

Method Summary
 IdFactory getIdFactory()
          Returns the factory for generating identifiers.
 ThrowableHandleMode getThrowableHandleMode()
          Returns the configuration to control the handling of throwables.
 

Method Detail

getThrowableHandleMode

ThrowableHandleMode getThrowableHandleMode()
Returns the configuration to control the handling of throwables.

Returns:
the configured mode.

getIdFactory

IdFactory getIdFactory()
Returns the factory for generating identifiers.

Returns:
the factory for generating identifiers.


Copyright © 2007-null Kronseder & Reiner GmbH - smartics. All Rights Reserved.