org.jboss.osgi.resolver.internal
Interface ResolverMessages
@MessageBundle(projectCode="JBOSGI")
public interface ResolverMessages
Logging Id ranges: 10900-10999
https://docs.jboss.org/author/display/JBOSGI/JBossOSGi+Logging
- Author:
- Thomas.Diesler@jboss.com
MESSAGES
static final ResolverMessages MESSAGES
illegalArgumentNull
@Message(id=10900,
value="%s is null")
IllegalArgumentException illegalArgumentNull(String name)
illegalArgumentCannotObtainAttribute
@Message(id=10901,
value="Cannot obtain attribute: %s")
IllegalArgumentException illegalArgumentCannotObtainAttribute(String name)
illegalArgumentInvalidFilterDirective
@Message(id=10902,
value="Invalid filter directive: %s")
IllegalArgumentException illegalArgumentInvalidFilterDirective(String filter)
illegalArgumentInvalidCoordinates
@Message(id=10903,
value="Invalid coordinates: %s")
IllegalArgumentException illegalArgumentInvalidCoordinates(String coordinates)
illegalStateResourceAlreadyInstalled
@Message(id=10904,
value="Resource already installed: %s")
IllegalStateException illegalStateResourceAlreadyInstalled(Resource resource)
illegalStateMultipleIdentities
@Message(id=10905,
value="Multiple identities detected: %s")
IllegalStateException illegalStateMultipleIdentities(List<Capability> caps)
illegalStateResourceNotCreated
@Message(id=10906,
value="Resource not created")
IllegalStateException illegalStateResourceNotCreated()
illegalStateInvalidArtifactURL
@Message(id=10907,
value="Invalid artifact URL: %s")
IllegalStateException illegalStateInvalidArtifactURL(String urlspec)
resourceBuilderCannotInitializeResource
@Message(id=10908,
value="Cannot initialize resource from: %s")
ResourceBuilderException resourceBuilderCannotInitializeResource(@Cause
Throwable cause,
org.jboss.osgi.metadata.OSGiMetaData metadata)
Copyright © 2012. All Rights Reserved.