Package org.jboss.weld.logging
Interface UtilLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger
,WeldLogger
- All Known Implementing Classes:
UtilLogger_$logger
Error messages relating to utility classes
Message ids: 000800 - 000899
-
Field Summary
FieldsFields inherited from interface org.jboss.weld.logging.WeldLogger
CATCHING_MARKER, WELD_PROJECT_CODE
-
Method Summary
Modifier and TypeMethodDescriptionaccessErrorOnField
(Object param1, Object param2, Throwable cause) ambiguousConstructor
(Object param1, Object param2) annotationNotQualifier
(Object param1) cannotProxyNonClassType
(Object param1) classNotEnum
(Object param1) eventTypeNotAllowed
(Object param1) initializerCannotBeDisposalMethod
(Object param1, Object stackElement) initializerCannotBeProducer
(Object param1, Object stackElement) initializerMethodIsGeneric
(Object param1, Object param2) invalidQuantityInjectableFieldsAndInitializerMethods
(Object param1, Object param2) qualifierOnFinalField
(Object param1) redundantQualifier
(Object param1, Object param2) tooManyPostConstructMethods
(Object param1) tooManyPreDestroyMethods
(Object param1) unableToFindConstructor
(Object param1) void
unableToInjectResource
(Object member, Object stackElement) 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
-
classNotEnum
@Message(id=804, value="{0} is not an enum", format=MESSAGE_FORMAT) IllegalArgumentException classNotEnum(Object param1) -
tooManyPostConstructMethods
@Message(id=805, value="Cannot have more than one post construct method annotated with @PostConstruct for {0}", format=MESSAGE_FORMAT) DefinitionException tooManyPostConstructMethods(Object param1) -
tooManyPreDestroyMethods
@Message(id=806, value="Cannot have more than one pre destroy method annotated @PreDestroy for {0}", format=MESSAGE_FORMAT) DefinitionException tooManyPreDestroyMethods(Object param1) -
initializerCannotBeProducer
@Message(id=807, value="Initializer method cannot be annotated @Produces {0}\n\tat {1}\n StackTrace:", format=MESSAGE_FORMAT) DefinitionException initializerCannotBeProducer(Object param1, Object stackElement) -
initializerCannotBeDisposalMethod
@Message(id=808, value="Initializer method cannot have parameters annotated @Disposes: {0}\n\tat {1}\n StackTrace:", format=MESSAGE_FORMAT) DefinitionException initializerCannotBeDisposalMethod(Object param1, Object stackElement) -
qualifierOnFinalField
@Message(id=810, value="Cannot place qualifiers on final fields: {0}", format=MESSAGE_FORMAT) DefinitionException qualifierOnFinalField(Object param1) -
ambiguousConstructor
@Message(id=812, value="Cannot determine constructor to use for {0}. Possible constructors {1}", format=MESSAGE_FORMAT) DefinitionException ambiguousConstructor(Object param1, Object param2) -
invalidQuantityInjectableFieldsAndInitializerMethods
@Message(id=813, value="injectableFields and initializerMethods must have the same size.\n\nInjectable Fields: {0}\nInitializerMethods: {1}", format=MESSAGE_FORMAT) IllegalArgumentException invalidQuantityInjectableFieldsAndInitializerMethods(Object param1, Object param2) -
annotationNotQualifier
@Message(id=814, value="Annotation {0} is not a qualifier", format=MESSAGE_FORMAT) IllegalArgumentException annotationNotQualifier(Object param1) -
redundantQualifier
@Message(id=815, value="Qualifier {0} is already present in the set {1}", format=MESSAGE_FORMAT) IllegalArgumentException redundantQualifier(Object param1, Object param2) -
unableToFindConstructor
@Message(id=816, value="Cannot determine constructor to use for {0}", format=MESSAGE_FORMAT) DefinitionException unableToFindConstructor(Object param1) -
unableToFindBeanDeploymentArchive
@Message(id=817, value="Unable to find Bean Deployment Archive for {0}", format=MESSAGE_FORMAT) IllegalStateException unableToFindBeanDeploymentArchive(Object param1) -
eventTypeNotAllowed
@Message(id=818, value="Event type {0} is not allowed", format=MESSAGE_FORMAT) IllegalArgumentException eventTypeNotAllowed(Object param1) -
typeParameterNotAllowedInEventType
@Message(id=819, value="Cannot provide an event type parameterized with a type parameter {0}", format=MESSAGE_FORMAT) IllegalArgumentException typeParameterNotAllowedInEventType(Object param1) -
cannotProxyNonClassType
@Message(id=820, value="Cannot proxy non-Class Type {0}", format=MESSAGE_FORMAT) IllegalArgumentException cannotProxyNonClassType(Object param1) -
accessErrorOnField
@Message(id=824, value="Error getting field {0} on {1}", format=MESSAGE_FORMAT) WeldException accessErrorOnField(Object param1, Object param2, @Cause Throwable cause) -
annotationValuesInaccessible
@Message(id=826, value="Cannot access values() on annotation") DeploymentException annotationValuesInaccessible(@Cause Throwable cause) -
initializerMethodIsGeneric
@Message(id=827, value="Initializer method may not be a generic method: {0}\n\tat {1}\n StackTrace:", format=MESSAGE_FORMAT) DefinitionException initializerMethodIsGeneric(Object param1, Object param2) -
resourceSetterInjectionNotAJavabean
@Message(id=833, value="Resource injection point represents a method which doesn\'t follow JavaBean conventions {0}", format=MESSAGE_FORMAT) DefinitionException resourceSetterInjectionNotAJavabean(Object param1) -
unableToInjectResource
-