49505152535455
* to be localized * @return An ExcpetionLocalizer instance */ public static ExceptionLocalizer createExceptionLocalizer(Class clientClass) { return new ExceptionLocalizer(clientClass, ID); }
48495051525354
59606162636465
* to be localized * @return An ExceptionLocalizer instance */ public static ExceptionLocalizer createExceptionLocalizer(Class clientClass) { return new ExceptionLocalizer(clientClass, ID); }