Package | Description |
---|---|
davmail | |
davmail.exception | |
davmail.ui.tray |
Modifier and Type | Method and Description |
---|---|
static String |
BundleMessage.getExceptionLogMessage(BundleMessage message,
Exception e)
Get formatted error message for bundle message and exception for logging.
|
static String |
BundleMessage.getExceptionMessage(BundleMessage message,
Exception e)
Get formatted error message for bundle message and exception with default locale.
|
static String |
BundleMessage.getExceptionMessage(BundleMessage message,
Exception e,
Locale locale)
Get formatted error message for bundle message and exception with given locale.
|
Modifier and Type | Method and Description |
---|---|
BundleMessage |
DavMailException.getBundleMessage()
Get internal exception BundleMessage.
|
Modifier and Type | Method and Description |
---|---|
static void |
DavGatewayTray.debug(BundleMessage message)
Log message at level DEBUG.
|
static void |
DavGatewayTray.debug(BundleMessage message,
Exception e)
Log message and exception at level DEBUG.
|
static void |
DavGatewayTray.error(BundleMessage message)
Log message at level ERROR.
|
static void |
DavGatewayTray.error(BundleMessage message,
Exception e)
Log message and exception at level ERROR.
|
static void |
DavGatewayTray.info(BundleMessage message)
Log message at level INFO.
|
static void |
DavGatewayTray.warn(BundleMessage message)
Log message at level WARN.
|
static void |
DavGatewayTray.warn(BundleMessage message,
Exception e)
Log message and exception at level WARN.
|
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.