Uses of Class
de.smartics.properties.api.core.domain.ConfigException

Packages that use ConfigException
de.smartics.properties.api.core.domain Provides property domain objects and exceptions. 
de.smartics.properties.spi.core.context Provides properties configuration information. 
de.smartics.properties.spi.core.registry Provides registries to access properties meta information. 
 

Uses of ConfigException in de.smartics.properties.api.core.domain
 

Subclasses of ConfigException in de.smartics.properties.api.core.domain
 class DuplicateDefaultKeyException
          Signals that a configuration key within a definitions configuration file is declared as default key twice.
 

Methods in de.smartics.properties.api.core.domain that throw ConfigException
 PropertiesContext PropertyDescriptorRegistry.getContext(Class<?> declaringType)
          Returns the property context for the given property declaring type.
 PropertiesContext PropertyDescriptorRegistry.getContext(PropertyDescriptor descriptor)
          Returns the property context for the given property descriptor.
 String PropertyDescriptorRegistry.getDocumentationUrl(PropertyDescriptor descriptor)
          Returns the URL to the documentation report for the given property descriptor.
 String PropertyDescriptorRegistry.getMetaInfPath(PropertyDescriptor descriptor)
          Returns the path to the context information for the given property descriptor.
 

Uses of ConfigException in de.smartics.properties.spi.core.context
 

Methods in de.smartics.properties.spi.core.context that throw ConfigException
 PropertiesContext DeclarationConfigParser.parse(Class<?> type)
          Convenience method using a class' class loader to locate the configuration file to parse the configuration file at PropertiesContext.DECLARATION_FILE.
 PropertiesContext DeclarationConfigParser.parse(de.smartics.util.lang.classpath.ClassPathContext context)
          Parses the configuration file at PropertiesContext.DECLARATION_FILE .
 

Uses of ConfigException in de.smartics.properties.spi.core.registry
 

Methods in de.smartics.properties.spi.core.registry that throw ConfigException
 PropertiesContext InMemoryPropertyDescriptorRegistry.getContext(Class<?> declaringType)
           
 PropertiesContext InMemoryPropertyDescriptorRegistry.getContext(PropertyDescriptor descriptor)
           
 String InMemoryPropertyDescriptorRegistry.getDocumentationUrl(PropertyDescriptor descriptor)
           
 String InMemoryPropertyDescriptorRegistry.getMetaInfPath(PropertyDescriptor descriptor)
           
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.