|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MisconfigurationRTException | |
---|---|
ch.elca.el4j.services.monitoring.notification |
Uses of MisconfigurationRTException in ch.elca.el4j.services.monitoring.notification |
---|
Methods in ch.elca.el4j.services.monitoring.notification that throw MisconfigurationRTException | |
---|---|
static void |
CoreNotificationHelper.notifyIfEssentialPropertyIsEmpty(Object essentialProperty,
String propertyName,
Object concernedBean)
Method to check if an essential property is not null . |
static void |
CoreNotificationHelper.notifyIfEssentialPropertyIsEmpty(String essentialStringProperty,
String propertyName,
Object concernedBean)
Method to check if an essential property string is has text. |
static void |
CoreNotificationHelper.notifyLackingEssentialProperty(String propertyName,
Object concernedBean)
Method to notify that an essential property of a bean is lacking. |
static void |
CoreNotificationHelper.notifyMisconfiguration(String message)
Method to log that a misconfiguration has occurred. |
static void |
CoreNotificationHelper.notifyMisconfiguration(String message,
Object... parameters)
Replaces place holders in the message with the values provided as parameters. |
static void |
CoreNotificationHelper.notifyMisconfiguration(String message,
Throwable cause)
Logs the message and the Exception cause and translates it to a MisconfigurationRTException . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |