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.parseAndValidate()Parses and validates the eLearning module in a single operation.ModuleParserFactory.parseModule()Parses the module and returns a ModuleMetadata object containing the extracted metadata.ModuleParser.parseOnly()Parses the eLearning module without validation. -
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 TypeMethodDescriptionprotected AiccMetadataAiccParser.extractMetadata(AiccManifest manifest, ValidationResult validation) protected abstract TBaseParser.extractMetadata(M manifest, ValidationResult validation) Extracts metadata from a parsed and validated manifest.protected Cmi5MetadataCmi5Parser.extractMetadata(Cmi5Manifest manifest, ValidationResult validation) protected Scorm12MetadataScorm12Parser.extractMetadata(Scorm12Manifest manifest, ValidationResult validation) protected Scorm2004MetadataScorm2004Parser.extractMetadata(Scorm2004Manifest manifest, ValidationResult validation) protected XapiMetadataXapiParser.extractMetadata(TincanManifest manifest, ValidationResult validation) BaseParser.parseAndValidate()BaseParser.parseOnly()