Uses of Class
com.taggercat.model.ModelException

Packages that use ModelException
com.taggercat.model The model layer of Tagger Cat's web framework 
 

Uses of ModelException in com.taggercat.model
 

Methods in com.taggercat.model that throw ModelException
 java.lang.Object Model.getFieldValue(java.lang.String dsn, java.lang.String propertyName)
          Gets the value of the named field from the current tcEntity in the data source.
 void DataSource.saveWithoutNotification()
          Saves this datasource without AFTER_SAVE parent notifications being issued.