Uses of Class
de.smartics.exceptions.i18n.message.MessageParam

Packages that use MessageParam
de.smartics.exceptions.i18n The core package for the I18N exception handling. 
de.smartics.exceptions.i18n.message Provides classes for the internationalization of exception messages. 
 

Uses of MessageParam in de.smartics.exceptions.i18n
 

Fields in de.smartics.exceptions.i18n with annotations of type MessageParam
protected  Class<?> PropertyAccessConfigurationException.clazz
          The class that should contain the property but the information cannot be accessed.
protected  String MethodAccessConfigurationException.methodName
          The name of the getter method that has been tried to accessed.
protected  String PropertyAccessConfigurationException.propertyName
          The name of the property that cannot be accessed.
 

Uses of MessageParam in de.smartics.exceptions.i18n.message
 

Fields in de.smartics.exceptions.i18n.message with annotations of type MessageParam
protected  int ParseException.index
          The index within the input string where the parsing error occurred.
protected  String ParseException.input
          The input that cannot be parsed.
 

Methods in de.smartics.exceptions.i18n.message with parameters of type MessageParam
 List<MessageParamParser.MessageParamInfo> MessageType.getMessageParamInfos(String propertyName, MessageParam messageParam)
          Returns the index information specified in the message parameter for the message type.
 



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