Uses of Interface
de.smartics.exceptions.i18n.MessageBean

Packages that use MessageBean
de.smartics.exceptions.i18n The core package for the I18N exception handling. 
 

Uses of MessageBean in de.smartics.exceptions.i18n
 

Classes in de.smartics.exceptions.i18n that implement MessageBean
 class AbstractMessageBean
          The message information for a incidence.
 

Fields in de.smartics.exceptions.i18n declared as MessageBean
protected  MessageBean AbstractMessageRuntimeException.messageBean
          The message information for the exception.
protected  MessageBean AbstractMessageException.messageBean
          The message information for the exception.
 

Methods in de.smartics.exceptions.i18n that return MessageBean
 MessageBean AbstractMessageRuntimeException.getMessageBean()
          Returns the message information for the exception.
 MessageBean AbstractMessageException.getMessageBean()
          Returns the message information for the exception.
 

Methods in de.smartics.exceptions.i18n with parameters of type MessageBean
 String I18nCodeMessageFormatter.format(LocalizedException exception, MessageBean message)
          Formats the given message.
 String DefaultI18nCodeMessageFormatter.format(LocalizedException exception, MessageBean message)
           
 String I18nCodeMessageFormatter.format(MessageBean message)
          Formats the given message.
 String DefaultI18nCodeMessageFormatter.format(MessageBean message)
           
 

Constructors in de.smartics.exceptions.i18n with parameters of type MessageBean
AbstractMessageException(MessageBean messageBean)
          Default constructor for message bean aware exception types.
AbstractMessageRuntimeException(MessageBean messageBean)
          Default constructor.
 



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