Uses of Class
dev.jcputney.elearning.parser.exception.ModuleException
Packages that use ModuleException
Package
Description
-
Uses of ModuleException in dev.jcputney.elearning.parser.api
Methods in dev.jcputney.elearning.parser.api that throw ModuleExceptionModifier and TypeMethodDescriptionModuleParser.parse()Parses the module files and extracts metadata.ModuleParserFactory.parseModule()Parses the module and returns a ModuleMetadata object containing the extracted metadata. -
Uses of ModuleException in dev.jcputney.elearning.parser.exception
Subclasses of ModuleException in dev.jcputney.elearning.parser.exceptionModifier and TypeClassDescriptionfinal classException thrown when there's an error accessing files within a module.final classException thrown when there's an error parsing a module manifest file.final classException thrown when a module type cannot be detected or when there's an error during the module detection process.final classException thrown when there's an error parsing an eLearning module. -
Uses of ModuleException in dev.jcputney.elearning.parser.impl.factory
Methods in dev.jcputney.elearning.parser.impl.factory that throw ModuleExceptionModifier and TypeMethodDescriptionDefaultModuleParserFactory.parseModule()Parses the module at the specified path and returns a ModuleMetadata object containing the extracted metadata. -
Uses of ModuleException in dev.jcputney.elearning.parser.parsers
Methods in dev.jcputney.elearning.parser.parsers that throw ModuleExceptionModifier and TypeMethodDescriptionAiccParser.parse()Parses the AICC module components and generates corresponding metadata.abstract TBaseParser.parse()Abstract method that parses the module and returns the corresponding metadata object.Cmi5Parser.parse()Parses the cmi5 module located at the specified modulePath.Scorm12Parser.parse()Parses the SCORM 1.2 module located at the specified modulePath.Scorm2004Parser.parse()Parses the SCORM 2004 module located at the specified modulePath.XapiParser.parse()Parses the xAPI/TinCan manifest.