Uses of Class
org.jfree.base.modules.ModuleInitializeException
Packages that use ModuleInitializeException
-
Uses of ModuleInitializeException in org.jfree.base.log
Methods in org.jfree.base.log that throw ModuleInitializeExceptionModifier and TypeMethodDescriptionvoidDefaultLogModule.initialize(SubSystem subSystem) Initalizes the module.Constructors in org.jfree.base.log that throw ModuleInitializeException -
Uses of ModuleInitializeException in org.jfree.base.modules
Methods in org.jfree.base.modules that throw ModuleInitializeExceptionModifier and TypeMethodDescriptionvoidModule.initialize(SubSystem subSystem) Initializes the module.protected voidAbstractModule.loadModuleInfo()Loads the default module description from the file "module.properties".protected voidAbstractModule.loadModuleInfo(InputStream in) Loads the module descriptiong from the given input stream.protected voidAbstractModule.performExternalInitialize(String classname) Deprecated.Use the method that provides a class-context instead.protected voidAbstractModule.performExternalInitialize(String classname, Class context) ???.voidModuleInitializer.performInit()Performs the initalization of the module.