Interface UtilLogger

  • All Superinterfaces:
    org.jboss.logging.BasicLogger, WeldLogger
    All Known Implementing Classes:
    UtilLogger_$logger

    @MessageLogger(projectCode="WELD-")
    public interface UtilLogger
    extends WeldLogger
    Error messages relating to utility classes Message ids: 000800 - 000899
    • Method Detail

      • 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

        @LogMessage(level=WARN)
        @Message(id=834,
                 value="Unable to inject resource - most probably incorrect InjectionServices SPI implementation: {0}\n\tat {1}",
                 format=MESSAGE_FORMAT)
        void unableToInjectResource​(Object member,
                                    Object stackElement)