Uses of Interface
de.smartics.exceptions.core.CodeMessageFormatter

Packages that use CodeMessageFormatter
de.smartics.exceptions.context Provides context configuration for exceptions. 
de.smartics.exceptions.core Provides core information beans, interfaces and exceptions. 
de.smartics.exceptions.i18n The core package for the I18N exception handling. 
de.smartics.exceptions.runtime Provides context management classes. 
 

Uses of CodeMessageFormatter in de.smartics.exceptions.context
 

Fields in de.smartics.exceptions.context declared as CodeMessageFormatter
protected  CodeMessageFormatter AbstractExceptionContext.formatter
          Formatter for instances of CoreException.
 

Methods in de.smartics.exceptions.context that return CodeMessageFormatter
 CodeMessageFormatter AbstractExceptionContext.getCodeMessageFormatter()
           
 

Uses of CodeMessageFormatter in de.smartics.exceptions.core
 

Classes in de.smartics.exceptions.core that implement CodeMessageFormatter
 class DefaultCodeMessageFormatter
          Default implementation to format code messages.
 

Methods in de.smartics.exceptions.core that return CodeMessageFormatter
 CodeMessageFormatter ExceptionContext.getCodeMessageFormatter()
          Returns the formatter for code messages.
 

Uses of CodeMessageFormatter in de.smartics.exceptions.i18n
 

Subinterfaces of CodeMessageFormatter in de.smartics.exceptions.i18n
 interface I18nCodeMessageFormatter
          Formatter for instances of MessageBean.
 

Classes in de.smartics.exceptions.i18n that implement CodeMessageFormatter
 class DefaultI18nCodeMessageFormatter
          Default implementation to format code messages in the context of I18N.
 

Uses of CodeMessageFormatter in de.smartics.exceptions.runtime
 

Methods in de.smartics.exceptions.runtime that return CodeMessageFormatter
static CodeMessageFormatter ExceptionContextManager.getFormatter(ClassLoader classLoader)
          Convenience method to access the formatter for code messages for the given class loader.
 



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