@MessageBundle(projectCode="JBOSGI")
public interface SPIMessages
| Modifier and Type | Field and Description |
|---|---|
static SPIMessages |
MESSAGES |
static final SPIMessages MESSAGES
@Message(id=10300,
value="%s is null")
IllegalArgumentException illegalArgumentNull(String name)
@Message(id=10301,
value="Cannot find class \'%s\' in: %s")
IllegalArgumentException illegalArgumentCannotFindClassInKey(String clazz,
String key)
@Message(id=10302,
value="Cannot obtain real location for: %s")
IllegalArgumentException illegalArgumentCannotObtainRealLocation(String location)
@Message(id=10303,
value="Invalid root url: %s")
IllegalArgumentException illegalArgumentInvalidRootURL(@Cause
Throwable cause,
URL url)
@Message(id=10304,
value="Invalid root file: %s")
IllegalArgumentException illegalArgumentInvalidRootFile(@Cause
Throwable cause,
VirtualFile file)
@Message(id=10305,
value="Cannot find resource: %s")
IllegalStateException illegalStateCannotFindResource(String resourceConfig)
@Message(id=10306,
value="Cannot load service: META-INF/services/%s")
IllegalStateException illegalStateCannotLoadService(String className)
@Message(id=10307,
value="Invalid path: %s")
IllegalStateException illegalStateInvalidPath(@Cause
Throwable cause,
String path)
@Message(id=10308,
value="Cannot configure from: %s")
IllegalStateException illegalStateCannotConfigureFrom(@Cause
Throwable cause,
URL urlConfig)
@Message(id=10309,
value="Invalid properties URL: %s")
IllegalStateException illegalStateInvalidPropertiesURL(String urlSpec)
@Message(id=10310,
value="Cannot load properties")
IllegalStateException illegalStateCannotLoadProperties(@Cause
Throwable cause)
@Message(id=10312,
value="Cannot load service: %s")
IllegalStateException illegalStateCannotLoadServiceClass(@Cause
Throwable cause,
String serviceClass)
@Message(id=10313,
value="Cannot get manifest from: %s")
IllegalStateException illegalStateCannotGetManifest(@Cause
Throwable cause,
URL rootURL)
@Message(id=10317,
value="Cannot obtain system context")
org.osgi.framework.BundleException bundleCannotOptainSystemContext()
Copyright © 2016 JBoss by Red Hat. All rights reserved.