@MessageBundle(projectCode="JBOSGI")
public interface DeploymentMessages
Modifier and Type | Field and Description |
---|---|
static DeploymentMessages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
illegalArgumentNull(String name) |
IllegalArgumentException |
illegalArgumentStartLevel(int startLevel) |
IllegalStateException |
illegalStateCannotObtainInvocationContext(org.osgi.framework.Bundle bundle) |
IllegalStateException |
illegalStateCannotObtainRootFile(Throwable cause) |
IllegalStateException |
illegalStateCannotObtainRootURL(Throwable cause) |
IllegalStateException |
illegalStateInterceptorWithNoInputsAdded() |
static final DeploymentMessages MESSAGES
@Message(id=10500, value="%s is null") IllegalArgumentException illegalArgumentNull(String name)
@Message(id=10501, value="Start level must be greater than one: %d") IllegalArgumentException illegalArgumentStartLevel(int startLevel)
@Message(id=10502, value="Interceptor with no inputs should have been added already") IllegalStateException illegalStateInterceptorWithNoInputsAdded()
@Message(id=10503, value="Cannot get invocation context for: %s") IllegalStateException illegalStateCannotObtainInvocationContext(org.osgi.framework.Bundle bundle)
@Message(id=10504, value="Cannot obtain root URL") IllegalStateException illegalStateCannotObtainRootURL(@Cause Throwable cause)
@Message(id=10505, value="Cannot obtain root file") IllegalStateException illegalStateCannotObtainRootFile(@Cause Throwable cause)
Copyright © 2013 JBoss by Red Hat. All rights reserved.