public enum ReflectionMessage extends Enum<ReflectionMessage>
Modifier and Type | Method and Description |
---|---|
static ReflectionMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReflectionMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReflectionMessage MISSING_RETENTION
public static final ReflectionMessage MISSING_TARGET
public static final ReflectionMessage MISSING_TARGET_TYPE_METHOD_OR_TARGET_TYPE
public static final ReflectionMessage TARGET_TYPE_METHOD_INHERITS_FROM_TARGET_TYPE
public static final ReflectionMessage MISSING_TARGET_METHOD_FIELD_TYPE
public static final ReflectionMessage MISSING_TARGET_METHOD_FIELD_PARAMETER_TYPE
public static final ReflectionMessage MISSING_TARGET_METHOD_FIELD_TYPE_PARAMETER_OR_TARGET_METHOD_TYPE_OR_TARGET_METHOD_OR_TARGET_TYPE_OR_TARGET_FIELD
public static final ReflectionMessage UNABLE_TO_GET_PARAMETER_NAME
public static final ReflectionMessage ANNOTATION_MAP_NULL
public static final ReflectionMessage DECLARED_ANNOTATION_MAP_NULL
public static final ReflectionMessage CLEANING_JAVASSIST_PROXY_CLASS
public static final ReflectionMessage UNABLE_TO_GET_CONSTRUCTOR_ON_DESERIALIZATION
public static final ReflectionMessage UNABLE_TO_GET_METHOD_ON_DESERIALIZATION
public static final ReflectionMessage UNABLE_TO_GET_FIELD_ON_DESERIALIZATION
public static final ReflectionMessage UNABLE_TO_GET_PARAMETER_ON_DESERIALIZATION
public static final ReflectionMessage INCORRECT_NUMBER_OF_ANNOTATED_PARAMETERS_METHOD
public static final ReflectionMessage INCORRECT_NUMBER_OF_ANNOTATED_PARAMETERS_CONSTRUCTOR
public static final ReflectionMessage REFLECTIONFACTORY_INSTANTIATION_FAILED
public static final ReflectionMessage UNSAFE_INSTANTIATION_FAILED
public static final ReflectionMessage METHODHANDLER_SET_FAILED
public static ReflectionMessage[] values()
for (ReflectionMessage c : ReflectionMessage.values()) System.out.println(c);
public static ReflectionMessage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2013 Seam Framework. All rights reserved.