Uses of Class
de.bcxp.challenge.common.exceptions.DocumentCreationException
Packages that use DocumentCreationException
Package
Description
Provides interfaces and implementations for parsing different types of documents.
CSV-specific document parsing functionality.
Data models representing documents, entries, and domain objects.
-
Uses of DocumentCreationException in de.bcxp.challenge.common.documentParsing
Methods in de.bcxp.challenge.common.documentParsing that throw DocumentCreationExceptionModifier and TypeMethodDescriptionIDocumentParser.parseDocument
(String filepath) Parses a document from the specified file path. -
Uses of DocumentCreationException in de.bcxp.challenge.common.documentParsing.csv
Methods in de.bcxp.challenge.common.documentParsing.csv that throw DocumentCreationExceptionModifier and TypeMethodDescriptionCsvParser.parseDocument
(String filepath) Reads a CSV file and converts its records into aDocument
by delegating the record-to-entry conversion to getEntriesFromRecords(Iterable). -
Uses of DocumentCreationException in de.bcxp.challenge.common.model
Constructors in de.bcxp.challenge.common.model that throw DocumentCreationException