All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.weld.messages.util_en.properties Maven / Gradle / Ivy

There is a newer version: 3.0.0.Alpha1
Show newest version
SERVICE_LOADER_LOADING_ERROR=Error loading service {0}
SECURITY_EXCEPTION_SCANNING=Security exception scanning {0}
XML_DOM_READONLY=XML DOM is readonly
DECLARED_EXTENSION_DOES_NOT_IMPLEMENT_EXTENSION=Extension {0} does not implement Extension
CLASS_NOT_ENUM={0} is not an enum
TOO_MANY_POST_CONSTRUCT_METHODS=Cannot have more than one post construct method annotated with @PostConstruct for {0}
TOO_MANY_PRE_DESTROY_METHODS=Cannot have more than one pre destroy method annotated @PreDestroy for {0}
INITIALIZER_CANNOT_BE_PRODUCER=Initializer method {0} cannot be annotated @Produces on {1}
INITIALIZER_CANNOT_BE_DISPOSAL_METHOD=Initializer method {0} cannot have parameters annotated @Disposes on {1}
QUALIFIER_ON_FINAL_FIELD=Cannot place qualifiers on final fields:  {0}
TOO_MANY_INITIALIZERS=Cannot have more than one constructor annotated with @Initializer for {0}
AMBIGUOUS_CONSTRUCTOR=Cannot determine constructor to use for {0}. Possible constructors {1}
INVALID_QUANTITY_INJECTABLE_FIELDS_AND_INITIALIZER_METHODS=injectableFields and initializerMethods must have the same size.\\n\\nInjectable Fields\:  {0}\\nInitializerMethods\:  {1}
ANNOTATION_NOT_QUALIFIER=Annotation {0} is not a qualifier
REDUNDANT_QUALIFIER=Qualifier {0} is already present in the set {1}
UNABLE_TO_FIND_CONSTRUCTOR=Cannot determine constructor to use for {0}
UNABLE_TO_FIND_BEAN_DEPLOYMENT_ARCHIVE=Unable to find Bean Deployment Archive for {0}
EVENT_TYPE_NOT_ALLOWED=Event type {0} is not allowed
TYPE_PARAMETER_NOT_ALLOWED_IN_EVENT_TYPE=Cannot provide an event type parameterized with a type parameter {0}
CANNOT_PROXY_NON_CLASS_TYPE=Cannot proxy non-Class Type {0}
INSTANCE_NOT_A_PROXY=Instance {0} is not a proxy
ACCESS_ERROR_ON_CONSTRUCTOR=Error accessing constructor of {0} with parameters {1}
ERROR_INVOKING_METHOD=Error invoking method {0} on {1}
ACCESS_ERROR_ON_FIELD=Error getting field {0} on {1}
NO_SUCH_METHOD=Method {0} not implemented by instance {1}
ANNOTATION_VALUES_INACCESSIBLE=Cannot access values() on annotation
INITIALIZER_METHOD_IS_GENERIC=Initializer method {0} declared on {1} may not be a generic method
COULD_NOT_READ_SERVICES_LIST=Could not read services list from {0}
COULD_NOT_READ_SERVICES_FILE=Could not read services file {0}
EXTENSION_CLASS_NOT_FOUND=Extension class {0} not found
CLASS_LOADING_ERROR = Error loading class {0}
UNABLE_TO_LOAD_CACHE_VALUE=Unable to load the cache value for the key {0}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy