Uses of Class
dev.jcputney.elearning.parser.exception.ModuleParsingException
Packages that use ModuleParsingException
Package
Description
-
Uses of ModuleParsingException in dev.jcputney.elearning.parser.input.aicc
Constructors in dev.jcputney.elearning.parser.input.aicc that throw ModuleParsingExceptionModifierConstructorDescriptionAiccManifest(AiccCourse course, List<AssignableUnit> assignableUnits, List<Descriptor> descriptors, List<CourseStructure> courseStructures) Constructs an AiccManifest object that maps the relationship between the AICC course, its assignable units, descriptors, and course structures, and derives the launch URL of the root assignable unit. -
Uses of ModuleParsingException in dev.jcputney.elearning.parser.parsers
Methods in dev.jcputney.elearning.parser.parsers that throw ModuleParsingExceptionModifier and TypeMethodDescriptionAiccParser.parseManifest()Parses the AICC manifest and returns an instance of AiccManifest. -
Uses of ModuleParsingException in dev.jcputney.elearning.parser.validation
Methods in dev.jcputney.elearning.parser.validation that return ModuleParsingExceptionModifier and TypeMethodDescriptionValidationResult.toException(String contextMessage) Converts this ValidationResult to a ModuleParsingException.