JBoss Common Classes 2.2.17.GA

Uses of Class
org.jboss.util.property.PropertyException

Packages that use PropertyException
org.jboss.util.property An advanced property access, managment and notification system. 
 

Uses of PropertyException in org.jboss.util.property
 

Methods in org.jboss.util.property that throw PropertyException
static String[] DefaultPropertyReader.getFilenames(String propertyName)
          Get an array of filenames to load.
static void PropertyManager.load(Map map)
          Load properties from a map.
 void PropertyMap.load(Map map)
          Load properties from a map.
static void PropertyManager.load(PropertyReader reader)
          Load properties from a PropertyReader.
 void PropertyMap.load(PropertyReader reader)
          Load properties from a PropertyReader.
static void PropertyManager.load(String classname)
          Load properties from a PropertyReader specifed by the given class name.
 void PropertyMap.load(String className)
          Load properties from a PropertyReader specifed by the given class name.
static void PropertyManager.load(String prefix, Map map)
          Load properties from a map.
 void PropertyMap.load(String prefix, Map map)
          Load properties from a map.
 Map FilePropertyReader.readProperties()
          Read properties from each specified filename
 Map PropertyReader.readProperties()
          Read a map of properties from this input source.
protected  void PropertyContainer.throwException(String name)
           
protected  void PropertyContainer.throwException(String name, String msg)
           
protected  void PropertyContainer.throwException(String name, String msg, Throwable nested)
           
protected  void PropertyContainer.throwException(String name, Throwable nested)
           
 


JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.