@MessageLogger(projectCode="WELD-") public interface MetadataLogger extends WeldLogger
| Modifier and Type | Field and Description |
|---|---|
static MetadataLogger |
LOG |
CATCHING_MARKER, WELD_PROJECT_CODEcatchingDebugdebug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnvstatic final MetadataLogger LOG
@Message(id=1100,
value="{0} can only be applied to an annotation. It was applied to {1}",
format=MESSAGE_FORMAT)
DefinitionException metaAnnotationOnWrongType(Object param1,
Object param2)
@LogMessage(level=DEBUG)
@Message(id=1101,
value="Member of array type or annotation type must be annotated @NonBinding: {0}",
format=MESSAGE_FORMAT)
void nonBindingMemberType(Object param1)
@Message(id=1102,
value="Stereotype {0} not registered with container",
format=MESSAGE_FORMAT)
IllegalStateException stereotypeNotRegistered(Object param1)
@Message(id=1103,
value="Cannot declare qualifiers on stereotype {0}",
format=MESSAGE_FORMAT)
DefinitionException qualifierOnStereotype(Object param1)
@Message(id=1104,
value="Cannot specify a value for @Named stereotype {0}",
format=MESSAGE_FORMAT)
DefinitionException valueOnNamedStereotype(Object param1)
@Message(id=1105,
value="At most one scope type may be specified for {0}",
format=MESSAGE_FORMAT)
DefinitionException multipleScopes(Object param1)
@Message(id=1106,
value="BeanAttributes.getStereotypes() returned null for {0}",
format=MESSAGE_FORMAT)
DefinitionException stereotypesNull(Object param1)
@Message(id=1107,
value="{0}() returned null for {1}",
format=MESSAGE_FORMAT)
DefinitionException qualifiersNull(Object param1,
Object param2)
@Message(id=1108,
value="BeanAttributes.getTypes() returned null for {0}",
format=MESSAGE_FORMAT)
DefinitionException typesNull(Object param1)
@Message(id=1109,
value="BeanAttributes.getScope() returned null for {0}",
format=MESSAGE_FORMAT)
DefinitionException scopeNull(Object param1)
@Message(id=1110,
value="{0} defined on {1} is not a stereotype",
format=MESSAGE_FORMAT)
DefinitionException notAStereotype(Object param1,
Object param2)
@Message(id=1111,
value="{0} defined on {1} is not a qualifier",
format=MESSAGE_FORMAT)
DefinitionException notAQualifier(Object param1,
Object param2)
@Message(id=1112,
value="BeanAttributes.getTypes() may not return an empty set {0}",
format=MESSAGE_FORMAT)
DefinitionException typesEmpty(Object param1)
@Message(id=1113,
value="{0} defined on {1} is not a scope annotation",
format=MESSAGE_FORMAT)
DefinitionException notAScope(Object param1,
Object param2)
@Message(id=1114,
value="{0} returned null for {1}",
format=MESSAGE_FORMAT)
IllegalArgumentException metadataSourceReturnedNull(Object param1,
Object param2)
@Message(id=1115,
value="Parameter position {0} of parameter {1} is not valid",
format=MESSAGE_FORMAT)
IllegalArgumentException invalidParameterPosition(Object param1,
Object param2)
@LogMessage(level=WARN)
@Message(id=1116,
value="AnnotatedType ({0}) without a constructor",
format=MESSAGE_FORMAT)
void noConstructor(Object param1)
@LogMessage(level=WARN)
@Message(id=1117,
value="Member {0} ({1}) does not belong to the actual class hierarchy of the annotatedType {2} ({3})",
format=MESSAGE_FORMAT)
void notInHierarchy(Object memberName,
Object member,
Object annotatedTypeJavaClassName,
Object annotatedType)
@Message(id=1118,
value="A type variable is not a valid bean type. Bean type {0} of bean {1}",
format=MESSAGE_FORMAT)
DefinitionException typeVariableIsNotAValidBeanType(Object param1,
Object param2)
@Message(id=1119,
value="A parameterized type containing wildcard parameters is not a valid bean type. Bean type {0} of bean {1}",
format=MESSAGE_FORMAT)
DefinitionException parameterizedTypeContainingWildcardParameterIsNotAValidBeanType(Object param1,
Object param2)
@Message(id=1120,
value="A bean that has a parameterized bean type containing type variables must be @Dependent scoped. Bean type {0} of bean {1}",
format=MESSAGE_FORMAT)
DefinitionException beanWithParameterizedTypeContainingTypeVariablesMustBeDependentScoped(Object param1,
Object param2)
@Message(id=1121,
value="Member of array type or annotation type must be annotated @NonBinding: {0}",
format=MESSAGE_FORMAT)
DefinitionException nonBindingMemberTypeException(Object param1)
@Message(id=1122,
value="Failed to deserialize annotated type identified with {0}",
format=MESSAGE_FORMAT)
IllegalStateException annotatedTypeDeserializationFailure(AnnotatedTypeIdentifier identifier)
@Message(id=1123,
value="{0} defined on {1} is not an interceptor binding",
format=MESSAGE_FORMAT)
DefinitionException notAnInterceptorBinding(Object param1,
Object param2)
@LogMessage(level=WARN)
@Message(id=1124,
value="Context.getScope() returned {0} which is not a scope annotation. Context: {1}",
format=MESSAGE_FORMAT)
void contextGetScopeIsNotAScope(Object param1,
Object param2)
Copyright © 2015. All Rights Reserved.