public interface KeyMessages extends MessageContainer
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
KEY_GENERATOR_FAILURE
"Fail to generate the key for method: {0} for of {1}" .
|
static MessageItem |
METHOD_KEY_GENERATOR_FAILURE
"Fail to generate the method key for method: {0} of type {1}" .
|
static MessageItem |
METHOD_KEY_TOSTRING_FAILURE
"Fail to stringify the returned key of the method {0} of type {1}" .
|
static MessageItem |
METHOD_NOT_FOUND
"Method not found: {0} for type {1}" .
|
static MessageItem |
NO_KEY_GENERATOR_METHOD
"No KeyGenerator method found ({0}) for type {1}" .
|
static MessageItem |
NO_TOSTRING_KEY_METHOD
"No toString method found for the returned object of ({0}) of type {1}" .
|
static MessageItem |
NULL_METHOD_KEY
"The method key returned is null for method: {0} of type {1}" .
|
static MessageItem |
NULL_METHOD_KEY_STRING
"The string of the method key returned is null for method: {0} of type {1}" .
|
static final MessageItem NO_KEY_GENERATOR_METHOD
static final MessageItem KEY_GENERATOR_FAILURE
static final MessageItem METHOD_KEY_GENERATOR_FAILURE
static final MessageItem METHOD_NOT_FOUND
static final MessageItem NULL_METHOD_KEY
static final MessageItem NO_TOSTRING_KEY_METHOD
static final MessageItem METHOD_KEY_TOSTRING_FAILURE
static final MessageItem NULL_METHOD_KEY_STRING
Copyright © 2011–2014 JRebirth OSS. All rights reserved.