| java.lang.Object com.icesoft.jasper.compiler.Localizer
Localizer | public class Localizer (Code) | | Class responsible for converting error codes to corresponding localized error
messages.
author: Jan Luehe |
Method Summary | |
public static String | getMessage(String errCode) | public static String | getMessage(String errCode, String arg) | public static String | getMessage(String errCode, String arg1, String arg2) | public static String | getMessage(String errCode, String arg1, String arg2, String arg3) | public static String | getMessage(String errCode, String arg1, String arg2, String arg3, String arg4) | public static String | getMessage(String errCode, Object[] args) |
|
|