de.smartics.exceptions.i18n
Interface I18nExceptionContext

Package class diagram package I18nExceptionContext
All Superinterfaces:
ExceptionContext
All Known Implementing Classes:
AbstractI18nExceptionContext, SystemDefaultI18nExceptionContext

public interface I18nExceptionContext
     
     
extends ExceptionContext

Defines access to the resources required by the exception infrastructure.

Author:
Robert Reiner

Method Summary
 BundleProvider getBundleProvider()
          Returns the bundle provider that helps to access resource bundles.
 MessageComposer getMessageComposer()
          Returns the implementation to use for the message composer.
 MessageTemplate getMessageTemplateId()
          Returns the identifier of a template to be used for rendering the exception information.
 
Methods inherited from interface de.smartics.exceptions.core.ExceptionContext
getIdFactory, getThrowableHandleMode
 

Method Detail

getBundleProvider

BundleProvider getBundleProvider()
Returns the bundle provider that helps to access resource bundles.

Returns:
the bundle provider that helps to access resource bundles.

getMessageComposer

MessageComposer getMessageComposer()
Returns the implementation to use for the message composer.

Returns:
the implementation to use for the message composer.

getMessageTemplateId

MessageTemplate getMessageTemplateId()
Returns the identifier of a template to be used for rendering the exception information.

Returns:
the template identifier.


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