1 15 package org.apache.tapestry.html; 16 17 import org.apache.hivemind.impl.MessageFormatter; 18 19 23 class HTMLMessages 24 { 25 private static final MessageFormatter _formatter = new MessageFormatter(HTMLMessages.class, 26 "HTMLStrings"); 27 28 static String textConversionError(Throwable cause) 29 { 30 return _formatter.format("text-conversion-error", cause); 31 } 32 } 33 | Popular Tags |