抛出异常时如何在hybris中自定义hmc消息
how to customize hmc message in hybris when an exceptioon is thrown
每当 hmc 中抛出异常时,它都会在克隆或任何其他 activity 期间以对象 toString 弹出窗口打开。
如何在 hmc 中自定义错误消息(通常在弹出窗口中)
看看这个文件:
platform/ext/core/resources/localization/core-locales_en.属性
例如,自定义缺少的属性消息 (mandatoryattributesvalidator) 将此添加到您的自定义扩展之一 'resources/localization/myextension-locales_en.properties'(核心扩展更好):
exception.mandatoryattributesvalidator.missing=My message ({0},{1},{2})
每当 hmc 中抛出异常时,它都会在克隆或任何其他 activity 期间以对象 toString 弹出窗口打开。 如何在 hmc 中自定义错误消息(通常在弹出窗口中)
看看这个文件: platform/ext/core/resources/localization/core-locales_en.属性
例如,自定义缺少的属性消息 (mandatoryattributesvalidator) 将此添加到您的自定义扩展之一 'resources/localization/myextension-locales_en.properties'(核心扩展更好):
exception.mandatoryattributesvalidator.missing=My message ({0},{1},{2})