org.jboss.osgi.metadata.internal
Interface MetadataMessages


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

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

Author:
Thomas.Diesler@jboss.com

Field Summary
static MetadataMessages MESSAGES
           
 
Method Summary
 IllegalArgumentException illegalArgumentDuplicateAttribute(String name)
           
 IllegalArgumentException illegalArgumentDuplicateDirective(String name)
           
 IllegalArgumentException illegalArgumentDuplicatesForKey(String name, Dictionary<?,?> delegate)
           
 IllegalArgumentException illegalArgumentDuplicateVersionParameter()
           
 IllegalArgumentException illegalArgumentInvalidDelimitedString(String value, String delim)
           
 IllegalArgumentException illegalArgumentNoPathsForClause(String clause)
           
 IllegalArgumentException illegalArgumentNull(String name)
           
 IllegalArgumentException illegalArgumentPathShouldAppearBefore(String path, String clause)
           
 

Field Detail

MESSAGES

static final MetadataMessages MESSAGES
Method Detail

illegalArgumentNull

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

illegalArgumentDuplicateVersionParameter

@Message(id=10701,
         value="Duplicate version parameter")
IllegalArgumentException illegalArgumentDuplicateVersionParameter()

illegalArgumentDuplicateAttribute

@Message(id=10702,
         value="Duplicate attribute: %s")
IllegalArgumentException illegalArgumentDuplicateAttribute(String name)

illegalArgumentDuplicateDirective

@Message(id=10703,
         value="Duplicate directive: %s")
IllegalArgumentException illegalArgumentDuplicateDirective(String name)

illegalArgumentDuplicatesForKey

@Message(id=10704,
         value="Duplicates with varying case for key [%s] : %s")
IllegalArgumentException illegalArgumentDuplicatesForKey(String name,
                                                                 Dictionary<?,?> delegate)

illegalArgumentNoPathsForClause

@Message(id=10705,
         value="No paths for clause: %s")
IllegalArgumentException illegalArgumentNoPathsForClause(String clause)

illegalArgumentPathShouldAppearBefore

@Message(id=10706,
         value="Path [%s] should appear before attributes and directives in clause: %s")
IllegalArgumentException illegalArgumentPathShouldAppearBefore(String path,
                                                                       String clause)

illegalArgumentInvalidDelimitedString

@Message(id=10707,
         value="Invalid delimited string [%s] for delimiter: %s")
IllegalArgumentException illegalArgumentInvalidDelimitedString(String value,
                                                                       String delim)


Copyright © 2012. All Rights Reserved.