Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.acs.damsel.srvr.schema.ControlledVocabularyException

Uses of ControlledVocabularyException in org.acs.damsel.srvr.schema
 

Methods in org.acs.damsel.srvr.schema that throw ControlledVocabularyException
 void MetaDataTag.addVocabularyWord(java.lang.String word)
          Method adds a word to the controlled vocabulary list of the MetaDataTag.
 void MetaDataTag.removeVocabularyWord(java.lang.String word)
          removeVocabularyWord is similar to addVocabularyWord, except that a ControlledVocabularyException is thrown if the word does not exist in the controlled vocabulary list or if the MetaDataTag does not have a controlled vocabulary.