@MessageLogger(projectCode="WELD-") public interface ValidatorLogger extends WeldLogger
Modifier and Type | Field and Description |
---|---|
static LogMessageCallback |
ALTERNATIVE_CLASS_SPECIFIED_MULTIPLE_TIMES_CALLBACK |
static LogMessageCallback |
ALTERNATIVE_STEREOTYPE_SPECIFIED_MULTIPLE_TIMES_CALLBACK |
static LogMessageCallback |
DECORATOR_SPECIFIED_TWICE_CALLBACK |
static LogMessageCallback |
INJECTION_INTO_DISPOSER_METHOD_CALLBACK |
static LogMessageCallback |
INJECTION_INTO_NON_BEAN_CALLBACK |
static LogMessageCallback |
INJECTION_INTO_NON_DEPENDENT_BEAN_CALLBACK |
static LogMessageCallback |
INTERCEPTOR_SPECIFIED_TWICE_CALLBACK |
static ValidatorLogger |
LOG |
CATCHING_MARKER, WELD_PROJECT_CODE
catchingDebug
debug, 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, warnv
static final ValidatorLogger LOG
static final LogMessageCallback INJECTION_INTO_NON_DEPENDENT_BEAN_CALLBACK
static final LogMessageCallback INJECTION_INTO_DISPOSER_METHOD_CALLBACK
static final LogMessageCallback INJECTION_INTO_NON_BEAN_CALLBACK
static final LogMessageCallback INTERCEPTOR_SPECIFIED_TWICE_CALLBACK
static final LogMessageCallback DECORATOR_SPECIFIED_TWICE_CALLBACK
static final LogMessageCallback ALTERNATIVE_CLASS_SPECIFIED_MULTIPLE_TIMES_CALLBACK
static final LogMessageCallback ALTERNATIVE_STEREOTYPE_SPECIFIED_MULTIPLE_TIMES_CALLBACK
@Message(id=1401, value="Two beans cannot specialize the same bean {0}", format=MESSAGE_FORMAT) InconsistentSpecializationException beanSpecializedTooManyTimes(Object param1)
@Message(id=1402, value="The bean {0} declares a passivating scope but has a non-serializable interceptor {1}", format=MESSAGE_FORMAT) DeploymentException passivatingBeanWithNonserializableInterceptor(Object param1, Object param2)
@Message(id=1403, value="The bean {0} declares a passivating scope but has a non-serializable decorator {1}", format=MESSAGE_FORMAT) UnserializableDependencyException passivatingBeanWithNonserializableDecorator(Object param1, Object param2)
@Message(id=1404, value="The injection point {0} is annotated with @New which cannot be combined with other qualifiers", format=MESSAGE_FORMAT) DefinitionException newWithQualifiers(Object param1)
@Message(id=1405, value="Cannot inject {0} in a class which isn\'t a bean", format=MESSAGE_FORMAT) String injectionIntoNonBean(Object param1)
@Message(id=1406, value="Cannot inject {0} in a non @Dependent scoped bean", format=MESSAGE_FORMAT) String injectionIntoNonDependentBean(Object param1)
@Message(id=1407, value="Cannot declare an injection point with a type variable: {0}", format=MESSAGE_FORMAT) DefinitionException injectionPointWithTypeVariable(Object param1)
@Message(id=1408, value="Unsatisfied dependencies for type {2} with qualifiers {1}\n at injection point {0}\n at {3}\n{4}", format=MESSAGE_FORMAT) DeploymentException injectionPointHasUnsatisfiedDependencies(Object param1, Object param2, Object param3, Object param4, Object param5)
@Message(id=1409, value="Ambiguous dependencies for type {2} with qualifiers {1}\n at injection point {0}\n at {3}\n Possible dependencies: {4}\n", format=MESSAGE_FORMAT) DeploymentException injectionPointHasAmbiguousDependencies(Object param1, Object param2, Object param3, Object param4, Object param5)
@Message(id=1410, value="The injection point {0} has non-proxyable dependencies", format=MESSAGE_FORMAT) DeploymentException injectionPointHasNonProxyableDependencies(Object param1, @Cause Throwable cause)
@Deprecated @Message(id=1411, value="Injection point {0} has nullable dependencies", format=MESSAGE_FORMAT) String injectionPointHasNullableDependencies(Object param1)
@Deprecated @Message(id=1412, value="The bean {0} declares a passivating scope but the producer returned a non-serializable bean for injection: {1}", format=MESSAGE_FORMAT) String nonSerializableBeanInjectedIntoPassivatingBean(Object param1, Object param2)
@Message(id=1413, value="The bean {0} declares a passivating scope but has a non-passivation-capable dependency {1}", format=MESSAGE_FORMAT) UnserializableDependencyException injectionPointHasNonSerializableDependency(Object param1, Object param2)
@Message(id=1414, value="Bean name is ambiguous. Name {0} resolves to beans: {1}", format=MESSAGE_FORMAT) DeploymentException ambiguousElName(Object param1, Object param2)
@Message(id=1415, value="Bean name is identical to a bean name prefix used elsewhere. Name {0}", format=MESSAGE_FORMAT) DeploymentException beanNameIsPrefix(Object param1)
@Message(id=1416, value="Enabled interceptor class {0} specified twice:\n - {1},\n - {2}", format=MESSAGE_FORMAT) String interceptorSpecifiedTwice(Object param1, Object param2, Object param3)
@Message(id=1417, value="Enabled interceptor class {0} does not match an interceptor bean: the class is not found, or not annotated with @Interceptor and still not registered through a portable extension, or not annotated with @Dependent inside an implicit bean archive", format=MESSAGE_FORMAT) DeploymentException interceptorClassDoesNotMatchInterceptorBean(Object param1)
@Message(id=1418, value="Enabled decorator class {0} specified twice:\n - {1},\n - {2}", format=MESSAGE_FORMAT) String decoratorSpecifiedTwice(Object param1, Object param2, Object param3)
@Message(id=1419, value="Enabled decorator class {0} is not the bean class of at least one decorator bean (detected decorator beans: {1})", format=MESSAGE_FORMAT) DeploymentException decoratorClassNotBeanClassOfDecorator(Object param1, Object param2)
@Message(id=1420, value="Enabled alternative {0} is not a stereotype", format=MESSAGE_FORMAT) DeploymentException alternativeStereotypeNotStereotype(Object param1)
@Message(id=1421, value="Cannot enable the same alternative stereotype {0} in beans.xml:\n - {1},\n - {2}", format=MESSAGE_FORMAT) String alternativeStereotypeSpecifiedMultipleTimes(Object param1, Object param2, Object param3)
@Message(id=1422, value="Enabled alternative {0} is not an alternative", format=MESSAGE_FORMAT) DeploymentException alternativeBeanClassNotAnnotated(Object param1)
@Deprecated @Message(id=1423, value="Cannot enable the same alternative bean class {0} in beans.xml:\n - {1},\n - {2}", format=MESSAGE_FORMAT) String alternativeBeanClassSpecifiedMultipleTimes(Object param1, Object param2, Object param3)
@Message(id=1424, value="The following disposal methods were declared but did not resolve to a producer method: {0}", format=MESSAGE_FORMAT) DefinitionException disposalMethodsWithoutProducer(Object param1)
@Message(id=1425, value="An injection point of type {0} cannot have a wildcard type parameter: {1}", format=MESSAGE_FORMAT) DefinitionException injectionPointHasWildcard(Object param1, Object param2)
@Message(id=1426, value="An injection point of type {0} must have a type parameter: {1}", format=MESSAGE_FORMAT) DefinitionException injectionPointMustHaveTypeParameter(Object param1, Object param2)
@Message(id=1427, value="Only field injection points can use the @Named qualifier with no value. {0} is not a field injection point.", format=MESSAGE_FORMAT) DefinitionException nonFieldInjectionPointCannotUseNamed(Object param1)
@Message(id=1428, value="A decorator cannot have producer methods, but at least one was found on {0}.", format=MESSAGE_FORMAT) DefinitionException decoratorsCannotHaveProducerMethods(Object param1)
@Message(id=1429, value="A decorator cannot have producer fields, but at least one was found on {0}.", format=MESSAGE_FORMAT) DefinitionException decoratorsCannotHaveProducerFields(Object param1)
@Message(id=1430, value="A decorator cannot have disposer methods, but at least one was found on {0}.", format=MESSAGE_FORMAT) DefinitionException decoratorsCannotHaveDisposerMethods(Object param1)
@Message(id=1431, value="An interceptor cannot have producer methods, but at least one was found on {0}.", format=MESSAGE_FORMAT) DefinitionException interceptorsCannotHaveProducerMethods(Object param1)
@Message(id=1432, value="An interceptor cannot have producer fields, but at least one was found on {0}.", format=MESSAGE_FORMAT) DefinitionException interceptorsCannotHaveProducerFields(Object param1)
@Message(id=1433, value="An interceptor cannot have disposer methods, but at least one was found on {0}.", format=MESSAGE_FORMAT) DefinitionException interceptorsCannotHaveDisposerMethods(Object param1)
@Message(id=1434, value="Normal scoped bean {0} is not proxyable for an unknown reason - {1}.", format=MESSAGE_FORMAT) UnproxyableResolutionException notProxyableUnknown(Object param1, Object param2)
@Message(id=1435, value="Normal scoped bean {0} is not proxyable because it has no no-args constructor - {1}.", format=MESSAGE_FORMAT) UnproxyableResolutionException notProxyableNoConstructor(Object param1, Object param2)
@Message(id=1436, value="Normal scoped bean {0} is not proxyable because it has a private constructor {1} - {2}.", format=MESSAGE_FORMAT) String notProxyablePrivateConstructor(Object param1, Object param2, Object param3)
@Message(id=1437, value="Normal scoped bean {0} is not proxyable because the type is final or it contains a final method {1} - {2}.", format=MESSAGE_FORMAT) UnproxyableResolutionException notProxyableFinalTypeOrMethod(Object param1, Object param2, Object param3)
@Message(id=1438, value="Normal scoped bean {0} is not proxyable because it is a primitive - {1}.", format=MESSAGE_FORMAT) UnproxyableResolutionException notProxyablePrimitive(Object param1, Object param2)
@Message(id=1439, value="Normal scoped bean {0} is not proxyable because it is an array type - {1}.", format=MESSAGE_FORMAT) UnproxyableResolutionException notProxyableArrayType(Object param1, Object param2)
@LogMessage(level=WARN) @Message(id=1440, value="Scope type {0} used on injection point {1}", format=MESSAGE_FORMAT) void scopeAnnotationOnInjectionPoint(Object param1, Object param2)
@Message(id=1441, value="Enabled alternative {0} is not a class", format=MESSAGE_FORMAT) DeploymentException alternativeBeanClassNotClass(Object param1)
@Message(id=1442, value="Enabled alternative {0} is not annotated @Alternative", format=MESSAGE_FORMAT) DeploymentException alternativeStereotypeNotAnnotated(Object param1)
@Message(id=1443, value="Pseudo scoped bean has circular dependencies. Dependency path: {0}", format=MESSAGE_FORMAT) DeploymentException pseudoScopedBeanHasCircularReferences(Object param1)
@Deprecated @Message(id=1444, value="Cannot inject {0} {1} into {2}", format=MESSAGE_FORMAT) String cannotInjectBeanMetadata(Object param1, Object param2, Object param3)
@Message(id=1445, value="An interceptor cannot have observer methods, but at least one was found on {0}.", format=MESSAGE_FORMAT) DefinitionException interceptorsCannotHaveObserverMethods(Object param1)
@Message(id=1446, value="A decorator cannot have observer methods, but at least one was found on {0}.", format=MESSAGE_FORMAT) DefinitionException decoratorsCannotHaveObserverMethods(Object param1)
@Message(id=1447, value="Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} but it does not return {3}.", format=MESSAGE_FORMAT) DefinitionException interceptorMethodDoesNotReturnObject(Object param1, Object param2, Object param3, Object param4)
@Message(id=1448, value="Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} but it does not have exactly one parameter.", format=MESSAGE_FORMAT) DefinitionException interceptorMethodDoesNotHaveExactlyOneParameter(Object param1, Object param2, Object param3)
@Message(id=1449, value="Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} but its single parameter is not a {3}.", format=MESSAGE_FORMAT) DefinitionException interceptorMethodDoesNotHaveCorrectTypeOfParameter(Object param1, Object param2, Object param3, Object param4)
@Deprecated @Message(id=1450, value="Interceptor method {0} does not declare that it throws Exception.", format=MESSAGE_FORMAT) String interceptorMethodDoesNotThrowException(Object param1)
@Message(id=1451, value="javax.transaction.UserTransaction cannot be injected into an enterprise bean with container-managed transactions {0}", format=MESSAGE_FORMAT) DefinitionException userTransactionInjectionIntoBeanWithContainerManagedTransactions(Object param1)
@Message(id=1452, value="{0} is not a valid type for a Bean metadata injection point {1}", format=MESSAGE_FORMAT) DefinitionException invalidBeanMetadataInjectionPointType(Object param1, Object param2)
@Message(id=1453, value="{0} is not a valid type argument for a Bean metadata injection point {1}", format=MESSAGE_FORMAT) DefinitionException invalidBeanMetadataInjectionPointTypeArgument(Object param1, Object param2)
@Message(id=1454, value="{0} cannot be used at a Bean metadata injection point of a bean which is not {1}, {2}", format=MESSAGE_FORMAT) DefinitionException invalidBeanMetadataInjectionPointQualifier(Object param1, Object param2, Object param3)
@Message(id=1455, value="{0} does not declare any decorated types.", format=MESSAGE_FORMAT) DefinitionException noDecoratedTypes(Object param1)
@Message(id=1456, value="Argument {0} must not be null", format=MESSAGE_FORMAT) IllegalArgumentException argumentNull(Object param1)
@Message(id=1457, value="Cannot enable the same alternative class {0} in beans.xml", format=MESSAGE_FORMAT) String alternativeClassSpecifiedMultipleTimes(Object param1)
@Deprecated @Message(id=1458, value="Locally disabled {0} does not match any global enablement. {1}", format=MESSAGE_FORMAT) String noGloballyEnabledClassMatchingLocalDisable(Object param1, Object param2)
@Deprecated @Message(id=1459, value="Class {0} is enabled but no priority is set for it. Either enable the class globally by providing the priority attribute or do not use the enabled flag explicitly. {1}", format=MESSAGE_FORMAT) String enabledFlagUsedWithoutPrioritySet(Object param1, Object param2)
@Deprecated @Message(id=1460, value="Globally enabled alternative {0} is not present in the bean archive that enables it globally {1}", format=MESSAGE_FORMAT) String globallyEnabledAlternativeNotInArchive(Object param1, Object param2)
@Deprecated @Message(id=1461, value="Globally enabled interceptor {0} is not present in the bean archive that enables it globally {1}", format=MESSAGE_FORMAT) String globallyEnabledInterceptorNotInArchive(Object param1, Object param2)
@Deprecated @Message(id=1462, value="Globally enabled decorator {0} is not present in the bean archive that enables it globally {1}", format=MESSAGE_FORMAT) String globallyEnabledDecoratorNotInArchive(Object param1, Object param2)
@Message(id=1463, value="Bean declaring a passivating scope must be passivation capable. Bean: {0}", format=MESSAGE_FORMAT) DeploymentException beanWithPassivatingScopeNotPassivationCapable(Object param1)
@Message(id=1465, value="{0} for a built-in bean {1} must be passivation capable.", format=MESSAGE_FORMAT) UnserializableDependencyException builtinBeanWithNonserializableDecorator(Object param1, Object param2)
@Message(id=1466, value="Cannot inject {0} in a disposer method", format=MESSAGE_FORMAT) String injectionIntoDisposerMethod(Object param1)
@Message(id=1467, value="Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} but it does not return {3} or {4}.", format=MESSAGE_FORMAT) DefinitionException interceptorMethodDoesNotReturnObjectOrVoid(Object param1, Object param2, Object param3, Object param4, Object param5)
@Message(id=1468, value="Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} but it does not have a {3} return type.", format=MESSAGE_FORMAT) DefinitionException interceptorMethodDoesNotHaveVoidReturnType(Object param1, Object param2, Object param3, Object param4)
@Message(id=1469, value="Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} but it does not have zero parameters.", format=MESSAGE_FORMAT) DefinitionException interceptorMethodDoesNotHaveZeroParameters(Object param1, Object param2, Object param3)
@Deprecated @Message(id=1470, value="Method {0} defined on target class {1} is a @{2} callback method and should not be defined on the target class.", format=MESSAGE_FORMAT) String aroundConstructInterceptorMethodNotAllowedOnTargetClass(Object param1, Object param2, Object param3)
@LogMessage(level=WARN) @Message(id=1471, value="Interceptor method {0} defined on class {1} is not defined according to the specification. It should not throw {2}, which is a checked exception.", format=MESSAGE_FORMAT) void interceptorMethodShouldNotThrowCheckedExceptions(Object param1, Object param2, Object param3)
@Message(id=1472, value="EventMetadata can only be injected into an observer method. {0}", format=MESSAGE_FORMAT) DefinitionException eventMetadataInjectedOutsideOfObserver(Object param1)
@LogMessage(level=WARN) @Message(id=1473, value="javax.enterprise.inject.spi.Bean implementation {0} declared a normal scope but does not implement javax.enterprise.inject.spi.PassivationCapable. It won\'\'\'t be possible to inject this bean into a bean with a passivating scope (@SessionScoped, @ConversationScoped). This can be fixed by assigning the Bean implementation a unique id by implementing the PassivationCapable interface.", format=MESSAGE_FORMAT) void beanNotPassivationCapable(Object param1)
@Message(id=1474, value="Class {0} is on the classpath, but was ignored because a class it references was not found: {1}.\n", format=MESSAGE_FORMAT) String unsatisfiedDependencyBecauseClassIgnored(Object param1, Object param2)
@Message(id=1475, value="The following beans match by type, but none have matching qualifiers:{0}\n", format=MESSAGE_FORMAT) String unsatisfiedDependencyBecauseQualifiersDontMatch(Object param1)
@Message(id=1476, value="{0} must be @Dependent", format=MESSAGE_FORMAT) DefinitionException interceptorMustBeDependent(Object param1)
@Message(id=1477, value="The bean {0} declares a passivating scope but has a(n) {1} with a non-passivation-capable dependency {2}", format=MESSAGE_FORMAT) UnserializableDependencyException interceptorDecoratorInjectionPointHasNonSerializableDependency(Object param1, Object param2, Object param3)
Copyright © 2016. All rights reserved.