public class LocaleMessage
extends org.mule.config.i18n.MessageFactory
LocaleMessage is a convenience interface for retrieving
internationalised strings from resource bundles. The actual work is done by
the MessageFactory in core.| Constructor and Description |
|---|
LocaleMessage() |
| Modifier and Type | Method and Description |
|---|---|
static String |
businessErrorManagerError() |
static String |
businessHandlerMessage() |
static String |
defaultException(Exception e) |
static String |
defaultFatalHandling(Class<?> class1) |
static String |
defaultHandlerException(HandlerException e) |
static String |
defaultHandlerMessage() |
static String |
defaultHandling(Class<?> class1,
ExceptionHandler eh,
Exception e) |
static String |
errorClass(Class<?> class1) |
static String |
errorDetail(String detailMessage) |
static String |
fatalException(Throwable t) |
static String |
fatalHandlerException(Throwable t) |
static String |
fatalHandlerMessage() |
static String |
fatalHandling(Exception e) |
protected ClassLoader |
getClassLoader() |
static String |
handlerFailure(ExceptionHandler eh) |
static String |
unhandledException(Class<?> class1,
Class<?> class2) |
static String |
unretrievedException(Exception e) |
public static String businessErrorManagerError()
public static String handlerFailure(ExceptionHandler eh)
public static String defaultHandling(Class<?> class1, ExceptionHandler eh, Exception e)
public static String defaultHandlerException(HandlerException e)
public static String businessHandlerMessage()
public static String defaultHandlerMessage()
public static String fatalHandlerMessage()
protected ClassLoader getClassLoader()
getClassLoader in class org.mule.config.i18n.MessageFactoryCopyright © 2003–2014 MuleSoft, Inc.. All rights reserved.