Uses of Class
com.biglybt.core.custom.CustomizationException
-
Packages that use CustomizationException Package Description com.biglybt.core.custom com.biglybt.core.custom.impl -
-
Uses of CustomizationException in com.biglybt.core.custom
Methods in com.biglybt.core.custom that throw CustomizationException Modifier and Type Method Description void
Customization. exportToVuzeFile(java.io.File file)
-
Uses of CustomizationException in com.biglybt.core.custom.impl
Methods in com.biglybt.core.custom.impl that throw CustomizationException Modifier and Type Method Description protected void
CustomizationManagerImpl. exportCustomization(CustomizationImpl cust, java.io.File to_file)
void
CustomizationImpl. exportToVuzeFile(java.io.File file)
protected void
CustomizationManagerImpl. importCustomization(java.util.Map map)
Constructors in com.biglybt.core.custom.impl that throw CustomizationException Constructor Description CustomizationImpl(CustomizationManagerImpl _manager, java.lang.String _name, java.lang.String _version, java.io.File _contents)
-