Uses of Package
org.jminor.common.model.valuemap.exception

Packages that use org.jminor.common.model.valuemap.exception
org.jminor.common.model.valuemap   
org.jminor.common.model.valuemap.exception   
org.jminor.framework.client.model   
org.jminor.framework.client.ui   
org.jminor.framework.domain   
 

Classes in org.jminor.common.model.valuemap.exception used by org.jminor.common.model.valuemap
ValidationException
          An exception used to indicate that an invalid value is being associated with a key.
 

Classes in org.jminor.common.model.valuemap.exception used by org.jminor.common.model.valuemap.exception
ValidationException
          An exception used to indicate that an invalid value is being associated with a key.
 

Classes in org.jminor.common.model.valuemap.exception used by org.jminor.framework.client.model
ValidationException
          An exception used to indicate that an invalid value is being associated with a key.
 

Classes in org.jminor.common.model.valuemap.exception used by org.jminor.framework.client.ui
ValidationException
          An exception used to indicate that an invalid value is being associated with a key.
 

Classes in org.jminor.common.model.valuemap.exception used by org.jminor.framework.domain
NullValidationException
          An exception used to indicate that a null value was being associated with a key which does not allow null values.
RangeValidationException
          An exception used to indicate that a value was being associated with a key which does not fall within the allowed range of values.
ValidationException
          An exception used to indicate that an invalid value is being associated with a key.