org.jboss.osgi.spi.internal
Interface SPIMessages
@MessageBundle(projectCode="JBOSGI")
public interface SPIMessages
Logging Id ranges: 10300-10399
https://docs.jboss.org/author/display/JBOSGI/JBossOSGi+Logging
- Author:
- Thomas.Diesler@jboss.com
MESSAGES
static final SPIMessages MESSAGES
illegalArgumentNull
@Message(id=10300,
value="%s is null")
IllegalArgumentException illegalArgumentNull(String name)
illegalArgumentCannotFindClassInKey
@Message(id=10301,
value="Cannot find class \'%s\' in: %s")
IllegalArgumentException illegalArgumentCannotFindClassInKey(String clazz,
String key)
illegalArgumentCannotObtainRealLocation
@Message(id=10302,
value="Cannot obtain real location for: %s")
IllegalArgumentException illegalArgumentCannotObtainRealLocation(String location)
illegalArgumentInvalidRootURL
@Message(id=10303,
value="Invalid root url: %s")
IllegalArgumentException illegalArgumentInvalidRootURL(@Cause
Throwable cause,
URL url)
illegalArgumentInvalidRootFile
@Message(id=10304,
value="Invalid root file: %s")
IllegalArgumentException illegalArgumentInvalidRootFile(@Cause
Throwable cause,
org.jboss.osgi.vfs.VirtualFile file)
illegalStateCannotFindResource
@Message(id=10305,
value="Cannot find resource: %s")
IllegalStateException illegalStateCannotFindResource(String resourceConfig)
illegalStateCannotLoadService
@Message(id=10306,
value="Cannot load service: META-INF/services/%s")
IllegalStateException illegalStateCannotLoadService(String className)
illegalStateInvalidPath
@Message(id=10307,
value="Invalid path: %s")
IllegalStateException illegalStateInvalidPath(@Cause
Throwable cause,
String path)
illegalStateCannotConfigureFrom
@Message(id=10308,
value="Cannot configure from: %s")
IllegalStateException illegalStateCannotConfigureFrom(@Cause
Throwable cause,
URL urlConfig)
illegalStateInvalidPropertiesURL
@Message(id=10309,
value="Invalid properties URL: %s")
IllegalStateException illegalStateInvalidPropertiesURL(String urlSpec)
illegalStateCannotLoadProperties
@Message(id=10310,
value="Cannot load properties")
IllegalStateException illegalStateCannotLoadProperties(@Cause
Throwable cause)
illegalStateCannotStartFramework
@Message(id=10311,
value="Cannot start framework")
IllegalStateException illegalStateCannotStartFramework(@Cause
Throwable cause)
illegalStateCannotLoadServiceClass
@Message(id=10312,
value="Cannot load service: %s")
IllegalStateException illegalStateCannotLoadServiceClass(@Cause
Throwable cause,
String serviceClass)
illegalStateCannotGetManifest
@Message(id=10313,
value="Cannot get manifest from: %s")
IllegalStateException illegalStateCannotGetManifest(@Cause
Throwable cause,
URL rootURL)
illegalStateCannotCreateManifest
@Message(id=10314,
value="Cannot create manifest")
IllegalStateException illegalStateCannotCreateManifest(@Cause
Throwable cause)
illegalStateCannotProvideManifestInputStream
@Message(id=10315,
value="Cannot provide manifest input stream")
IllegalStateException illegalStateCannotProvideManifestInputStream(@Cause
Throwable cause)
illegalStateCannotAppendToExistingManifest
@Message(id=10316,
value="Cannot append to already existing manifest")
IllegalStateException illegalStateCannotAppendToExistingManifest()
bundleCannotOptainSystemContext
@Message(id=10317,
value="Cannot obtain system context")
org.osgi.framework.BundleException bundleCannotOptainSystemContext()
bundleCannotGetManifest
@Message(id=10318,
value="Cannot get manifest from: %s")
org.osgi.framework.BundleException bundleCannotGetManifest(@Cause
Throwable cause,
URL rootURL)
bundleCannotObtainBundleManifestVersion
@Message(id=10319,
value="Cannot determine Bundle-ManifestVersion")
org.osgi.framework.BundleException bundleCannotObtainBundleManifestVersion()
bundleUnsupportedBundleManifestVersion
@Message(id=10320,
value="Unsupported Bundle-ManifestVersion: %d")
org.osgi.framework.BundleException bundleUnsupportedBundleManifestVersion(int version)
bundleInvalidBundleManifestVersion
@Message(id=10321,
value="Invalid Bundle-ManifestVersion for: %s")
org.osgi.framework.BundleException bundleInvalidBundleManifestVersion(String symbolicName)
bundleCannotObtainBundleSymbolicName
@Message(id=10322,
value="Cannot obtain Bundle-SymbolicName")
org.osgi.framework.BundleException bundleCannotObtainBundleSymbolicName()
Copyright © 2012. All Rights Reserved.