abk.locale
Class Messages

java.lang.Object
  extended by abk.locale.Messages

public class Messages
extends Object


Constructor Summary
private Messages()
           
 
Method Summary
static AMessageKey ERROR_BEAN_IS_NULL()
           
static AMessageKey ERROR_CALLING_METHOD(Method method)
           
static AMessageKey ERROR_CLASS_NOT_ASSIGNABLE(Class<?> clazz, CharSequence property)
           
static AMessageKey ERROR_CLASS_NOT_DATAITEM(Class<?> clazz)
          Clave del error a mostrar cuando se quiere inicializar un ADataItem a partir de un clase que no implementa dicho interfaz.
static AMessageKey ERROR_CLASS_NOT_ENUM(Class<?> clazz)
           
static AMessageKey ERROR_GETTING_DESCRIPTION(CharSequence property, Class<?> clazz)
           
static AMessageKey ERROR_GETTING_INFO(Class<?> clazz)
           
static AMessageKey ERROR_HTML_ELEMENT_ATTRIBUTE_IS_NULL()
           
static AMessageKey ERROR_HTML_ELEMENT_NOT_PARENT_CHILD()
           
static AMessageKey ERROR_HTML_NODE_NOT_MESSAGE(CharSequence key)
           
static AMessageKey ERROR_HTML_NODE_NOT_VALID(Class<?> parentNodeClass, Class<?> badNodeClass)
           
static AMessageKey ERROR_HTML_NOT_A_OPTION_ELEMENT()
           
static AMessageKey ERROR_HTML_TEXT_NULL_CONTENT()
           
static AMessageKey ERROR_HTML_TOKEN_IS_EMPTY()
           
static AMessageKey ERROR_HTML_TOKEN_IS_NULL()
           
static AMessageKey ERROR_JDBC_DRIVER_NOT_FOUND(CharSequence driver)
           
static AMessageKey ERROR_JSON_ARRAY_BAD_START()
           
static AMessageKey ERROR_JSON_BAD_NEXT_PROPERTY()
           
static AMessageKey ERROR_JSON_BAD_NEXT_VALUE()
           
static AMessageKey ERROR_JSON_BAD_NUMBER_TYPE(Class<? extends Number> clazz)
           
static AMessageKey ERROR_JSON_BAD_OBJECT_KEY(Object o)
           
static AMessageKey ERROR_JSON_DUPLICATED_KEY(CharSequence key)
           
static AMessageKey ERROR_JSON_EMPTY_CHAR(Character esperado)
           
static AMessageKey ERROR_JSON_ILLEGAL_SCAPE(String escape)
           
static AMessageKey ERROR_JSON_MISSING_VALUE()
           
static AMessageKey ERROR_JSON_OBJECT_BAD_START()
           
static AMessageKey ERROR_JSON_SUBSTRING_BOUNDS()
           
static AMessageKey ERROR_JSON_TOKENER_COLONS()
           
static AMessageKey ERROR_JSON_UNEXPECTED_CHAR(Character esperado, Character encontrado)
           
static AMessageKey ERROR_JSON_UNTERMINATED_STRING()
           
static AMessageKey ERROR_MESSAGE_NO_PARAM()
           
static AMessageKey ERROR_NO_PROPERTY_NAME()
           
static AMessageKey ERROR_NOT_A_NUMBER(CharSequence value)
           
static AMessageKey ERROR_NOT_ID_INFO(Class<?> clazz)
           
static AMessageKey ERROR_SIZE_NO_INTEGER(Class<?> clazz, CharSequence property)
           
static AMessageKey ERROR_VALUE_IS_NOT_A_CONSTANT(CharSequence value, Class<?> clazz)
           
static AMessageKey ERROR_WRITE_ONLY_PROPERTY(CharSequence property, Class<?> clazz)
           
static AMessageKey getMessageKey(String key, Object... args)
           
static AMessageKey WARN_UNCLOSED_FINALIZE(CharSequence driverUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

private Messages()
Method Detail

ERROR_CLASS_NOT_ASSIGNABLE

public static final AMessageKey ERROR_CLASS_NOT_ASSIGNABLE(Class<?> clazz,
                                                           CharSequence property)

ERROR_GETTING_INFO

public static final AMessageKey ERROR_GETTING_INFO(Class<?> clazz)

ERROR_GETTING_DESCRIPTION

public static final AMessageKey ERROR_GETTING_DESCRIPTION(CharSequence property,
                                                          Class<?> clazz)

ERROR_WRITE_ONLY_PROPERTY

public static final AMessageKey ERROR_WRITE_ONLY_PROPERTY(CharSequence property,
                                                          Class<?> clazz)

ERROR_NO_PROPERTY_NAME

public static final AMessageKey ERROR_NO_PROPERTY_NAME()

ERROR_BEAN_IS_NULL

public static final AMessageKey ERROR_BEAN_IS_NULL()

ERROR_JDBC_DRIVER_NOT_FOUND

public static final AMessageKey ERROR_JDBC_DRIVER_NOT_FOUND(CharSequence driver)

ERROR_CLASS_NOT_DATAITEM

public static final AMessageKey ERROR_CLASS_NOT_DATAITEM(Class<?> clazz)
Clave del error a mostrar cuando se quiere inicializar un ADataItem a partir de un clase que no implementa dicho interfaz.


ERROR_CLASS_NOT_ENUM

public static final AMessageKey ERROR_CLASS_NOT_ENUM(Class<?> clazz)

ERROR_VALUE_IS_NOT_A_CONSTANT

public static final AMessageKey ERROR_VALUE_IS_NOT_A_CONSTANT(CharSequence value,
                                                              Class<?> clazz)

WARN_UNCLOSED_FINALIZE

public static final AMessageKey WARN_UNCLOSED_FINALIZE(CharSequence driverUrl)

ERROR_NOT_ID_INFO

public static final AMessageKey ERROR_NOT_ID_INFO(Class<?> clazz)

ERROR_SIZE_NO_INTEGER

public static final AMessageKey ERROR_SIZE_NO_INTEGER(Class<?> clazz,
                                                      CharSequence property)

ERROR_JSON_SUBSTRING_BOUNDS

public static final AMessageKey ERROR_JSON_SUBSTRING_BOUNDS()

ERROR_JSON_UNTERMINATED_STRING

public static final AMessageKey ERROR_JSON_UNTERMINATED_STRING()

ERROR_JSON_ILLEGAL_SCAPE

public static final AMessageKey ERROR_JSON_ILLEGAL_SCAPE(String escape)

ERROR_JSON_MISSING_VALUE

public static final AMessageKey ERROR_JSON_MISSING_VALUE()

ERROR_JSON_BAD_OBJECT_KEY

public static final AMessageKey ERROR_JSON_BAD_OBJECT_KEY(Object o)

ERROR_JSON_OBJECT_BAD_START

public static final AMessageKey ERROR_JSON_OBJECT_BAD_START()

ERROR_JSON_TOKENER_COLONS

public static final AMessageKey ERROR_JSON_TOKENER_COLONS()

ERROR_JSON_BAD_NEXT_PROPERTY

public static final AMessageKey ERROR_JSON_BAD_NEXT_PROPERTY()

ERROR_JSON_ARRAY_BAD_START

public static final AMessageKey ERROR_JSON_ARRAY_BAD_START()

ERROR_JSON_BAD_NEXT_VALUE

public static final AMessageKey ERROR_JSON_BAD_NEXT_VALUE()

ERROR_JSON_DUPLICATED_KEY

public static final AMessageKey ERROR_JSON_DUPLICATED_KEY(CharSequence key)

ERROR_JSON_UNEXPECTED_CHAR

public static final AMessageKey ERROR_JSON_UNEXPECTED_CHAR(Character esperado,
                                                           Character encontrado)

ERROR_JSON_EMPTY_CHAR

public static final AMessageKey ERROR_JSON_EMPTY_CHAR(Character esperado)

ERROR_JSON_BAD_NUMBER_TYPE

public static final AMessageKey ERROR_JSON_BAD_NUMBER_TYPE(Class<? extends Number> clazz)

ERROR_NOT_A_NUMBER

public static final AMessageKey ERROR_NOT_A_NUMBER(CharSequence value)

ERROR_CALLING_METHOD

public static final AMessageKey ERROR_CALLING_METHOD(Method method)

ERROR_HTML_TOKEN_IS_NULL

public static final AMessageKey ERROR_HTML_TOKEN_IS_NULL()

ERROR_HTML_TOKEN_IS_EMPTY

public static final AMessageKey ERROR_HTML_TOKEN_IS_EMPTY()

ERROR_HTML_TEXT_NULL_CONTENT

public static final AMessageKey ERROR_HTML_TEXT_NULL_CONTENT()

ERROR_HTML_NODE_NOT_MESSAGE

public static final AMessageKey ERROR_HTML_NODE_NOT_MESSAGE(CharSequence key)

ERROR_HTML_ELEMENT_ATTRIBUTE_IS_NULL

public static final AMessageKey ERROR_HTML_ELEMENT_ATTRIBUTE_IS_NULL()

ERROR_HTML_ELEMENT_NOT_PARENT_CHILD

public static final AMessageKey ERROR_HTML_ELEMENT_NOT_PARENT_CHILD()

ERROR_HTML_NODE_NOT_VALID

public static final AMessageKey ERROR_HTML_NODE_NOT_VALID(Class<?> parentNodeClass,
                                                          Class<?> badNodeClass)

ERROR_HTML_NOT_A_OPTION_ELEMENT

public static final AMessageKey ERROR_HTML_NOT_A_OPTION_ELEMENT()

ERROR_MESSAGE_NO_PARAM

public static final AMessageKey ERROR_MESSAGE_NO_PARAM()

getMessageKey

public static final AMessageKey getMessageKey(String key,
                                              Object... args)


Copyright © 2024. All rights reserved.