Package org.jboss.weld.logging
Interface BeanManagerLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger
,WeldLogger
- All Known Implementing Classes:
BeanManagerLogger_$logger
Log messages for bean manager and related support classes.
Message IDs: 001300 - 001399
-
Field Summary
FieldsFields inherited from interface org.jboss.weld.logging.WeldLogger
CATCHING_MARKER, WELD_PROJECT_CODE
-
Method Summary
Modifier and TypeMethodDescriptionambiguousBeanManager
(Object param1) ambiguousBeansForDependency
(Object param1) annotationNotAQualifier
(Object param1, Object param2) assignabilityMethodIllegalArgs
(Object param1) contextNotActive
(Object param1) duplicateActiveContexts
(Object param1) duplicateInterceptorBinding
(Object param1) duplicateQualifiers
(Object param1) eventTypeUnresolvableWildcard
(Object param1) injectionPointHasAmbiguousDependencies
(Object param1, Object param2, Object param3) injectionPointHasUnsatisfiedDependencies
(Object param1, Object param2, Object param3) invalidQualifier
(Object param1) methodNotAvailableDuringInitialization
(Object param1, Object state) noInstanceOfExtension
(Object param1) nonNormalScope
(Object param1) notInterceptorBindingType
(Object param1) notStereotype
(Object param1) nullDeclaringBean
(Object param1) specifiedTypeNotBeanType
(Object param1, Object param2) unresolvableElement
(Object param1) unresolvableType
(Object param1, Object param2) unsatisfiedBeanManager
(Object param1) Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, 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, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, 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
Methods inherited from interface org.jboss.weld.logging.WeldLogger
catchingDebug
-
Field Details
-
LOG
-
-
Method Details
-
cannotLocateBeanManager
-
invalidQualifier
@Message(id=1301, value="Annotation {0} is not a qualifier", format=MESSAGE_FORMAT) IllegalArgumentException invalidQualifier(Object param1) -
duplicateQualifiers
@Message(id=1302, value="Duplicate qualifiers: {0}", format=MESSAGE_FORMAT) IllegalArgumentException duplicateQualifiers(Object param1) -
contextNotActive
@Message(id=1303, value="No active contexts for scope type {0}", format=MESSAGE_FORMAT) ContextNotActiveException contextNotActive(Object param1) -
duplicateActiveContexts
@Message(id=1304, value="More than one context active for scope type {0}", format=MESSAGE_FORMAT) IllegalStateException duplicateActiveContexts(Object param1) -
specifiedTypeNotBeanType
@Message(id=1305, value="The given type {0} is not a type of the bean {1}", format=MESSAGE_FORMAT) IllegalArgumentException specifiedTypeNotBeanType(Object param1, Object param2) -
unresolvableType
@Message(id=1307, value="Unable to resolve any beans of type {0} with qualifiers {1}", format=MESSAGE_FORMAT) UnsatisfiedResolutionException unresolvableType(Object param1, Object param2) -
unresolvableElement
@Message(id=1308, value="Unable to resolve any beans for {0}", format=MESSAGE_FORMAT) UnsatisfiedResolutionException unresolvableElement(Object param1) -
noDecoratorTypes
@Message(id=1310, value="No decorator types were specified in the set") IllegalArgumentException noDecoratorTypes() -
interceptorBindingsEmpty
@Message(id=1311, value="Interceptor bindings list cannot be empty") IllegalArgumentException interceptorBindingsEmpty() -
duplicateInterceptorBinding
@Message(id=1312, value="Duplicate interceptor binding type {0} found", format=MESSAGE_FORMAT) IllegalArgumentException duplicateInterceptorBinding(Object param1) -
interceptorResolutionWithNonbindingType
@Message(id=1313, value="Trying to resolve interceptors with non-binding type {0}", format=MESSAGE_FORMAT) IllegalArgumentException interceptorResolutionWithNonbindingType(Object param1) -
nonNormalScope
-
notInterceptorBindingType
@Message(id=1316, value="{0} is not an interceptor binding type", format=MESSAGE_FORMAT) IllegalArgumentException notInterceptorBindingType(Object param1) -
notStereotype
@Message(id=1317, value="{0} is not a stereotype", format=MESSAGE_FORMAT) IllegalArgumentException notStereotype(Object param1) -
ambiguousBeansForDependency
@Message(id=1318, value="Cannot resolve an ambiguous dependency between: {0}", format=MESSAGE_FORMAT) AmbiguousResolutionException ambiguousBeansForDependency(Object param1) -
nullBeanManagerId
@Message(id=1319, value="Bean manager ID must not be null") IllegalArgumentException nullBeanManagerId() -
noInstanceOfExtension
@Message(id=1325, value="No instance of an extension {0} registered with the deployment", format=MESSAGE_FORMAT) IllegalArgumentException noInstanceOfExtension(Object param1) -
cannotCreateBeanAttributesForIncorrectAnnotatedMember
@Message(id=1326, value="Cannot create bean attributes - the argument must be either an AnnotatedField or AnnotatedMethod but {0} is not", format=MESSAGE_FORMAT) IllegalArgumentException cannotCreateBeanAttributesForIncorrectAnnotatedMember(Object param1) -
ambiguousBeanManager
@Message(id=1327, value="Unable to identify the correct BeanManager. The calling class {0} is placed in multiple bean archives", format=MESSAGE_FORMAT) IllegalStateException ambiguousBeanManager(Object param1) -
unsatisfiedBeanManager
@Message(id=1328, value="Unable to identify the correct BeanManager. The calling class {0} is not placed in bean archive", format=MESSAGE_FORMAT) IllegalStateException unsatisfiedBeanManager(Object param1) -
unableToIdentifyBeanManager
@Message(id=1329, value="Unable to identify the correct BeanManager") IllegalStateException unableToIdentifyBeanManager() -
beanManagerNotAvailable
@Message(id=1330, value="BeanManager is not available.") IllegalStateException beanManagerNotAvailable() -
nullDeclaringBean
@Message(id=1331, value="Declaring bean cannot be null for the non-static member {0}", format=MESSAGE_FORMAT) IllegalArgumentException nullDeclaringBean(Object param1) -
methodNotAvailableDuringInitialization
@Message(id=1332, value="BeanManager method {0} is not available during application initialization. Container state: {1}", format=MESSAGE_FORMAT) IllegalStateException methodNotAvailableDuringInitialization(Object param1, Object state) -
methodNotAvailableAfterShutdown
@Message(id=1333, value="BeanManager method {0} is not available after shutdown", format=MESSAGE_FORMAT) IllegalStateException methodNotAvailableAfterShutdown(Object param1) -
injectionPointHasUnsatisfiedDependencies
@Message(id=1334, value="Unsatisfied dependencies for type {1} with qualifiers {0} {2}", format=MESSAGE_FORMAT) UnsatisfiedResolutionException injectionPointHasUnsatisfiedDependencies(Object param1, Object param2, Object param3) -
injectionPointHasAmbiguousDependencies
@Message(id=1335, value="Ambiguous dependencies for type {1} with qualifiers {0}\n Possible dependencies: {2}", format=MESSAGE_FORMAT) AmbiguousResolutionException injectionPointHasAmbiguousDependencies(Object param1, Object param2, Object param3) -
unableToConfigureInjectionTargetFactory
@Message(id=1336, value="InjectionTargetFactory.configure() may not be called after createInjectionTarget() invocation. AnnotatedType used: {0}", format=MESSAGE_FORMAT) IllegalStateException unableToConfigureInjectionTargetFactory(Object param1) -
assignabilityMethodIllegalArgs
@Message(id=1337, value="BeanContainer#{0} requires all parameters to be non-null.", format=MESSAGE_FORMAT) IllegalArgumentException assignabilityMethodIllegalArgs(Object param1) -
annotationNotAQualifier
@Message(id=1338, value="All annotations passed into BeanContainer#{0} have to be CDI Qualifiers. Following annotation was not recognized as a qualifier: {1}", format=MESSAGE_FORMAT) IllegalArgumentException annotationNotAQualifier(Object param1, Object param2) -
eventTypeUnresolvableWildcard
@Message(id=1339, value="Provided event type {0} cannot contain unresolvable type parameter", format=MESSAGE_FORMAT) IllegalArgumentException eventTypeUnresolvableWildcard(Object param1)
-