Uses of Class
org.jasig.portal.properties.BadPropertyException

Packages that use BadPropertyException
org.jasig.portal   
org.jasig.portal.properties Package for the PropertiesManager and its supporting classes, created as of uPortal 2.4. 
 

Uses of BadPropertyException in org.jasig.portal
 

Methods in org.jasig.portal that throw BadPropertyException
static byte PropertiesManager.getPropertyAsByte(java.lang.String name)
          Deprecated. Returns the value of a property for a given name as a byte
static double PropertiesManager.getPropertyAsDouble(java.lang.String name)
          Deprecated. Returns the value of a property for a given name as a long
static float PropertiesManager.getPropertyAsFloat(java.lang.String name)
          Deprecated. Returns the value of a property for a given name as a float
static int PropertiesManager.getPropertyAsInt(java.lang.String name)
          Deprecated. Returns the value of a property for a given name as an int
static long PropertiesManager.getPropertyAsLong(java.lang.String name)
          Deprecated. Returns the value of a property for a given name as a long
static short PropertiesManager.getPropertyAsShort(java.lang.String name)
          Deprecated. Returns the value of a property for a given name as a short
 

Uses of BadPropertyException in org.jasig.portal.properties
 

Methods in org.jasig.portal.properties that throw BadPropertyException
static byte PropertiesManager.getPropertyAsByte(java.lang.String name)
          Returns the value of a property for a given name as a byte
static double PropertiesManager.getPropertyAsDouble(java.lang.String name)
          Returns the value of a property for a given name as a long
static float PropertiesManager.getPropertyAsFloat(java.lang.String name)
          Returns the value of a property for a given name as a float
static int PropertiesManager.getPropertyAsInt(java.lang.String name)
          Returns the value of a property for a given name as an int
static long PropertiesManager.getPropertyAsLong(java.lang.String name)
          Returns the value of a property for a given name as a long
static short PropertiesManager.getPropertyAsShort(java.lang.String name)
          Returns the value of a property for a given name as a short