Uses of Class
com.opensymphony.module.propertyset.PropertyException

Packages that use PropertyException
com.opensymphony.module.propertyset   
com.opensymphony.module.propertyset.database   
com.opensymphony.module.propertyset.ofbiz   
com.opensymphony.module.propertyset.utility   
 

Uses of PropertyException in com.opensymphony.module.propertyset
 

Subclasses of PropertyException in com.opensymphony.module.propertyset
 class DuplicatePropertyKeyException
          Thrown if a property is set who's key matches a key of an existing property with different type.
 class IllegalPropertyException
          Thrown if a property is set which is not allowed.
 class InvalidPropertyTypeException
          Thrown if a property is attempted to be retrieved that does exist but is of different type.
 class PropertyImplementationException
          Thrown if a specific implementation exception is thrown (such as EJBException, RemoteException, NamingException, IOException, etc).
 

Methods in com.opensymphony.module.propertyset that throw PropertyException
 void PropertySchema.validate(java.lang.Object value)
          Validate a given value against all verifiers.
abstract  boolean AbstractPropertySet.exists(java.lang.String key)
           
abstract  void AbstractPropertySet.remove(java.lang.String key)
           
abstract  int AbstractPropertySet.getType(java.lang.String key)
           
abstract  java.util.Collection AbstractPropertySet.getKeys(java.lang.String prefix, int type)
           
protected abstract  java.lang.Object AbstractPropertySet.get(int type, java.lang.String key)
           
protected abstract  void AbstractPropertySet.setImpl(int type, java.lang.String key, java.lang.Object value)
           
 void AbstractPropertySet.setAsActualType(java.lang.String key, java.lang.Object value)
           
 java.util.Collection AbstractPropertySet.getKeys()
          Calls getKeys(null,0)
 java.util.Collection AbstractPropertySet.getKeys(int type)
          Calls getKeys(null,type)
 java.util.Collection AbstractPropertySet.getKeys(java.lang.String prefix)
          Calls getKeys(prefix,0)
 boolean PropertySet.getBoolean(java.lang.String key)
           
 void PropertySet.setBoolean(java.lang.String key, boolean value)
           
 int PropertySet.getInt(java.lang.String key)
           
 void PropertySet.setInt(java.lang.String key, int value)
           
 long PropertySet.getLong(java.lang.String key)
           
 void PropertySet.setLong(java.lang.String key, long value)
           
 double PropertySet.getDouble(java.lang.String key)
           
 void PropertySet.setDouble(java.lang.String key, double value)
           
 java.lang.String PropertySet.getString(java.lang.String key)
          String of maximum 255 chars.
 void PropertySet.setString(java.lang.String key, java.lang.String value)
           
 java.lang.String PropertySet.getText(java.lang.String key)
          String of unlimited length.
 void PropertySet.setText(java.lang.String key, java.lang.String value)
           
 java.util.Date PropertySet.getDate(java.lang.String key)
           
 void PropertySet.setDate(java.lang.String key, java.util.Date value)
           
 java.lang.Object PropertySet.getObject(java.lang.String key)
           
 void PropertySet.setObject(java.lang.String key, java.lang.Object value)
           
 org.w3c.dom.Document PropertySet.getXML(java.lang.String key)
           
 void PropertySet.setXML(java.lang.String key, org.w3c.dom.Document value)
           
 byte[] PropertySet.getData(java.lang.String key)
           
 void PropertySet.setData(java.lang.String key, byte[] value)
           
 void PropertySet.setAsActualType(java.lang.String key, java.lang.Object value)
           
 java.util.Properties PropertySet.getProperties(java.lang.String key)
           
 void PropertySet.setProperties(java.lang.String key, java.util.Properties value)
           
 void PropertySet.setSchema(PropertySetSchema schema)
           
 PropertySetSchema PropertySet.getSchema()
           
 boolean PropertySet.exists(java.lang.String key)
          Determine if property exists.
 void PropertySet.remove(java.lang.String key)
          Removes property.
 int PropertySet.getType(java.lang.String key)
          Returns type of value.
 java.util.Collection PropertySet.getKeys()
          List all keys.
 java.util.Collection PropertySet.getKeys(int type)
          List all keys of certain type.
 java.util.Collection PropertySet.getKeys(java.lang.String prefix)
          List all keys starting with supplied prefix.
 java.util.Collection PropertySet.getKeys(java.lang.String prefix, int type)
          List all keys starting with supplied prefix of certain type.
protected  java.lang.Object EJBPropertySet.get(int type, java.lang.String key)
          Proxy to PropertyStore.get(java.lang.String,long,int,java.lang.String)
protected  void EJBPropertySet.setImpl(int type, java.lang.String key, java.lang.Object value)
          Proxy to com.opensymphony.module.propertyset.ejb.PropertyStore#set(java.lang.String,long,int,java.lang.String,java.lang.Object)
 boolean EJBPropertySet.exists(java.lang.String key)
          Proxy to PropertyStore.exists(java.lang.String,long,java.lang.String)
 void EJBPropertySet.remove(java.lang.String key)
          Proxy to PropertyStore.remove(java.lang.String,long,java.lang.String)
 int EJBPropertySet.getType(java.lang.String key)
          Proxy to PropertyStore.getType(java.lang.String,long,java.lang.String)
 java.util.Collection EJBPropertySet.getKeys(java.lang.String prefix, int type)
          Proxy to PropertyStore.getKeys(java.lang.String,long,java.lang.String,int)
 boolean AggregatePropertySet.exists(java.lang.String key)
           
 void AggregatePropertySet.remove(java.lang.String key)
           
 int AggregatePropertySet.getType(java.lang.String key)
          Checks all propertysets for the specified property.
 java.util.Collection AggregatePropertySet.getKeys(java.lang.String prefix, int type)
           
protected  java.lang.Object AggregatePropertySet.get(int type, java.lang.String key)
           
protected  void AggregatePropertySet.setImpl(int type, java.lang.String key, java.lang.Object value)
          Attempts to set a property in one of the propertysets.
 void PropertySetCloner.cloneProperties()
           
 boolean BeanIntrospectorPropertySet.exists(java.lang.String key)
           
 void BeanIntrospectorPropertySet.remove(java.lang.String key)
           
 int BeanIntrospectorPropertySet.getType(java.lang.String key)
           
 java.util.Collection BeanIntrospectorPropertySet.getKeys(java.lang.String prefix, int type)
           
protected  java.lang.Object BeanIntrospectorPropertySet.get(int type, java.lang.String key)
           
protected  void BeanIntrospectorPropertySet.setImpl(int type, java.lang.String key, java.lang.Object value)
           
 

Uses of PropertyException in com.opensymphony.module.propertyset.database
 

Methods in com.opensymphony.module.propertyset.database that throw PropertyException
 void JDBCPropertySet.remove(java.lang.String key)
           
 int JDBCPropertySet.getType(java.lang.String key)
           
 java.util.Collection JDBCPropertySet.getKeys(java.lang.String prefix, int type)
           
protected  java.lang.Object JDBCPropertySet.get(int type, java.lang.String key)
           
 boolean JDBCPropertySet.exists(java.lang.String key)
           
protected  void JDBCPropertySet.setImpl(int type, java.lang.String key, java.lang.Object value)
           
 

Uses of PropertyException in com.opensymphony.module.propertyset.ofbiz
 

Methods in com.opensymphony.module.propertyset.ofbiz that throw PropertyException
 java.lang.Object NumberPropertyHandler.processGet(int type, java.lang.Object input)
           
 java.lang.Object NumberPropertyHandler.processSet(int type, java.lang.Object input)
           
 java.lang.Object StringPropertyHandler.processGet(int type, java.lang.Object input)
           
 java.lang.Object StringPropertyHandler.processSet(int type, java.lang.Object input)
          Note: the error when setting a string > 255 chars is handled in AbstractPropertySet
 boolean OFBizPropertySet.exists(java.lang.String key)
           
protected  java.lang.Object OFBizPropertySet.get(int type, java.lang.String key)
           
 java.util.Collection OFBizPropertySet.getKeys(java.lang.String prefix, int type)
           
 int OFBizPropertySet.getType(java.lang.String key)
           
 void OFBizPropertySet.remove(java.lang.String key)
           
protected  void OFBizPropertySet.setImpl(int type, java.lang.String key, java.lang.Object obj)
           
 java.lang.Object DecimalPropertyHandler.processGet(int type, java.lang.Object input)
           
 java.lang.Object DecimalPropertyHandler.processSet(int type, java.lang.Object input)
           
 java.lang.Object DatePropertyHandler.processGet(int type, java.lang.Object input)
           
 java.lang.Object DatePropertyHandler.processSet(int type, java.lang.Object input)
           
 java.lang.Object PropertyHandler.processGet(int type, java.lang.Object input)
           
 java.lang.Object PropertyHandler.processSet(int type, java.lang.Object input)
           
 java.lang.Object DataPropertyHandler.processGet(int type, java.lang.Object input)
           
 java.lang.Object DataPropertyHandler.processSet(int type, java.lang.Object input)
           
 

Uses of PropertyException in com.opensymphony.module.propertyset.utility
 

Methods in com.opensymphony.module.propertyset.utility that throw PropertyException
 boolean CachingPropertySet.getBoolean(java.lang.String key)
           
 void CachingPropertySet.setBoolean(java.lang.String key, boolean value)
           
 int CachingPropertySet.getInt(java.lang.String key)
           
 void CachingPropertySet.setInt(java.lang.String key, int value)
           
 long CachingPropertySet.getLong(java.lang.String key)
           
 void CachingPropertySet.setLong(java.lang.String key, long value)
           
 double CachingPropertySet.getDouble(java.lang.String key)
           
 void CachingPropertySet.setDouble(java.lang.String key, double value)
           
 java.lang.String CachingPropertySet.getString(java.lang.String key)
           
 void CachingPropertySet.setString(java.lang.String key, java.lang.String value)
           
 java.lang.String CachingPropertySet.getText(java.lang.String key)
           
 void CachingPropertySet.setText(java.lang.String key, java.lang.String value)
           
 java.util.Date CachingPropertySet.getDate(java.lang.String key)
           
 void CachingPropertySet.setDate(java.lang.String key, java.util.Date value)
           
 java.lang.Object CachingPropertySet.getObject(java.lang.String key)
           
 void CachingPropertySet.setObject(java.lang.String key, java.lang.Object value)
           
 org.w3c.dom.Document CachingPropertySet.getXML(java.lang.String key)
           
 void CachingPropertySet.setXML(java.lang.String key, org.w3c.dom.Document value)
           
 byte[] CachingPropertySet.getData(java.lang.String key)
           
 void CachingPropertySet.setData(java.lang.String key, byte[] value)
           
 java.util.Properties CachingPropertySet.getProperties(java.lang.String key)
           
 void CachingPropertySet.setProperties(java.lang.String key, java.util.Properties value)
           
 void CachingPropertySet.setSchema(PropertySetSchema schema)
           
 PropertySetSchema CachingPropertySet.getSchema()
           
 boolean CachingPropertySet.exists(java.lang.String key)
           
 void CachingPropertySet.remove(java.lang.String key)
           
 int CachingPropertySet.getType(java.lang.String key)
           
 java.util.Collection CachingPropertySet.getKeys()
           
 java.util.Collection CachingPropertySet.getKeys(int type)
           
 java.util.Collection CachingPropertySet.getKeys(java.lang.String prefix)
           
 java.util.Collection CachingPropertySet.getKeys(java.lang.String prefix, int type)
           
 void CachingPropertySet.setAsActualType(java.lang.String key, java.lang.Object value)
           
 


See www.opensymphony.com for more information.