org.jboss.osgi.deployment.internal
Interface DeploymentMessages


@MessageBundle(projectCode="JBOSGI")
public interface DeploymentMessages

Logging Id ranges: 10500-10599 https://docs.jboss.org/author/display/JBOSGI/JBossOSGi+Logging

Author:
Thomas.Diesler@jboss.com

Field Summary
static DeploymentMessages MESSAGES
           
 
Method Summary
 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()
           
 

Field Detail

MESSAGES

static final DeploymentMessages MESSAGES
Method Detail

illegalArgumentNull

@Message(id=10500,
         value="%s is null")
IllegalArgumentException illegalArgumentNull(String name)

illegalArgumentStartLevel

@Message(id=10501,
         value="Start level must be greater than one: %d")
IllegalArgumentException illegalArgumentStartLevel(int startLevel)

illegalStateInterceptorWithNoInputsAdded

@Message(id=10502,
         value="Interceptor with no inputs should have been added already")
IllegalStateException illegalStateInterceptorWithNoInputsAdded()

illegalStateCannotObtainInvocationContext

@Message(id=10503,
         value="Cannot get invocation context for: %s")
IllegalStateException illegalStateCannotObtainInvocationContext(org.osgi.framework.Bundle bundle)

illegalStateCannotObtainRootURL

@Message(id=10504,
         value="Cannot obtain root URL")
IllegalStateException illegalStateCannotObtainRootURL(@Cause
                                                              Throwable cause)

illegalStateCannotObtainRootFile

@Message(id=10505,
         value="Cannot obtain root file")
IllegalStateException illegalStateCannotObtainRootFile(@Cause
                                                               Throwable cause)


Copyright © 2012 JBoss by Red Hat. All Rights Reserved.