Uses of Class
com.biglybt.core.tag.TagException
-
Packages that use TagException Package Description com.biglybt.core.tag com.biglybt.core.tag.impl -
-
Uses of TagException in com.biglybt.core.tag
Methods in com.biglybt.core.tag that throw TagException Modifier and Type Method Description Tag
TagType. createTag(java.lang.String name, boolean auto_add)
void
Tag. setTagName(java.lang.String name)
-
Uses of TagException in com.biglybt.core.tag.impl
Methods in com.biglybt.core.tag.impl that throw TagException Modifier and Type Method Description Tag
TagTypeBase. createTag(java.lang.String name, boolean auto_add)
Tag
TagTypeDownloadInternal. createTag(java.lang.String name, boolean auto_add)
Tag
TagTypeDownloadManual. createTag(java.lang.String name, boolean auto_add)
void
TagBase. setTagName(java.lang.String name)
void
TagWithState. setTagName(java.lang.String name)
-