public class ServiceMessages extends Object
Modifier and Type | Method and Description |
---|---|
static String |
failedCoercion(Object input,
Class targetType,
Coercion coercion,
Throwable cause) |
static String |
noSuchProperty(Class clazz,
String propertyName) |
static String |
propertyTypeMismatch(String propertyName,
Class sourceClass,
Class propertyType,
Class expectedType) |
static String |
readFailure(String propertyName,
Object instance,
Throwable cause) |
static String |
registryShutdown(String serviceId) |
static String |
serviceBuildFailure(String serviceId,
Throwable cause) |
static String |
shutdownListenerError(Object listener,
Throwable cause) |
public static String noSuchProperty(Class clazz, String propertyName)
public static String readFailure(String propertyName, Object instance, Throwable cause)
public static String propertyTypeMismatch(String propertyName, Class sourceClass, Class propertyType, Class expectedType)
public static String shutdownListenerError(Object listener, Throwable cause)
public static String failedCoercion(Object input, Class targetType, Coercion coercion, Throwable cause)
public static String registryShutdown(String serviceId)
public static String serviceBuildFailure(String serviceId, Throwable cause)
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.