Uses of Class
com.thetransactioncompany.util.PropertyParseException

Uses of PropertyParseException in com.thetransactioncompany.util
 

Methods in com.thetransactioncompany.util that throw PropertyParseException
 boolean PropertyRetriever.getBoolean(String key)
          Retrieves a boolean value.
 double PropertyRetriever.getDouble(String key)
          Retrieves a double value.
<T extends Enum<T>>
T
PropertyRetriever.getEnum(String key, Class<T> enumClass)
          Retrieves an enumerated constant.
 String PropertyRetriever.getEnumString(String key, String[] enums)
          Retrieves an enumerated string value.
 float PropertyRetriever.getFloat(String key)
          Retrieves a float value.
 int PropertyRetriever.getInt(String key)
          Retrieves an integer value.
 long PropertyRetriever.getLong(String key)
          Retrieves a long value.
 boolean PropertyRetriever.getOptBoolean(String key, boolean def)
          Retrieves an optional boolean value.
 double PropertyRetriever.getOptDouble(String key, double def)
          Retrieves an optional double value.
<T extends Enum<T>>
T
PropertyRetriever.getOptEnum(String key, Class<T> enumClass, T def)
          Retrieves an optional enumerated constant.
 String PropertyRetriever.getOptEnumString(String key, String[] enums, String def)
          Retrieves an enumerated string value.
 float PropertyRetriever.getOptFloat(String key, float def)
          Retrieves an optional float value.
 int PropertyRetriever.getOptInt(String key, int def)
          Retrieves an optional integer value.
 long PropertyRetriever.getOptLong(String key, long def)
          Retrieves an optional long value.
 String PropertyRetriever.getOptString(String key, String def)
          Retrieves an optional string value.
 URL PropertyRetriever.getOptURL(String key, URL def)
          Retrieves an optional URL value.
 String PropertyRetriever.getString(String key)
          Retrieves a string value.
 URL PropertyRetriever.getURL(String key)
          Retrieves a URL value.
 



Copyright © 2013 The Transaction Company. All Rights Reserved.