es.prodevelop.pui9.controllers.messages.PuiControllersResourceBundle_en Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of es.prodevelop.pui9.controllers Show documentation
Show all versions of es.prodevelop.pui9.controllers Show documentation
Web service layer support (WEB)
package es.prodevelop.pui9.controllers.messages;
/**
* English Translation for PUI Common component messages
*
* @author Marc Gil - [email protected]
*/
public class PuiControllersResourceBundle_en extends PuiControllersResourceBundle {
@Override
protected String getFromJsonException_801() {
return "Error while reading the JSON in the server. Please, check you're sending the data correctly: ''{0}''";
}
@Override
protected String getToJsonException_802() {
return "Error while converting the response to JSON in the server. Please, check the data is being converted correctly: ''{0}''";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy