Class ErrorMessageTranslator
- java.lang.Object
-
- com.caplin.motif.fx.ret.common.configurationproperties.ErrorMessageTranslator
-
public class ErrorMessageTranslator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ErrorMessageTranslator(org.apache.commons.configuration.PropertiesConfiguration propertiesConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageTranslation
getMessageTranslationThatMatches(java.lang.String message)
java.util.Collection<MessageTranslation>
getTranslationsForCode(java.lang.String translationCode)
-
-
-
Constructor Detail
-
ErrorMessageTranslator
public ErrorMessageTranslator(org.apache.commons.configuration.PropertiesConfiguration propertiesConfiguration) throws DataSourceConfigurationException
- Throws:
DataSourceConfigurationException
-
-
Method Detail
-
getMessageTranslationThatMatches
public MessageTranslation getMessageTranslationThatMatches(java.lang.String message)
-
getTranslationsForCode
public java.util.Collection<MessageTranslation> getTranslationsForCode(java.lang.String translationCode)
-
-