Uses of Class
org.incenp.obofoundry.sssom.SSSOMFormatException
Packages that use SSSOMFormatException
Package
Description
-
Uses of SSSOMFormatException in org.incenp.obofoundry.sssom
Methods in org.incenp.obofoundry.sssom that throw SSSOMFormatExceptionModifier and TypeMethodDescriptionvoid
Validator.check
(MappingSet ms) Checks whether the given mapping set is valid, and throws an exception if it is not.YAMLConverter.convertMapping
(Map<String, Object> rawMap) Converts a generic dictionary (as may have been obtained from a YAML or JSON parser) into aMapping
object.YAMLConverter.convertMapping
(Map<String, Object> rawMap, Version targetVersion) Converts a generic dictionary (as may have been obtained from a YAML or JSON parser) into aMapping
object.YAMLConverter.convertMappingSet
(Map<String, Object> rawMap) Converts a generic dictionary (as may have been obtained from a YAML or JSON parser) into aMappingSet
object.void
Apply a treatment to the specified dictionary.JSONReader.read()
abstract MappingSet
SSSOMReader.read()
Reads a mapping set from the source file.TSVReader.read()
Reads a mapping set from the source file(s).TSVReader.read
(boolean metadataOnly) Reads a mapping set from the source file(s), with the option of reading the metadata only.protected void
SSSOMReader.validate
(MappingSet mappingSet) Validates a mapping set. -
Uses of SSSOMFormatException in org.incenp.obofoundry.sssom.compatibility
Methods in org.incenp.obofoundry.sssom.compatibility that throw SSSOMFormatExceptionModifier and TypeMethodDescriptionvoid
void
void
void
void
-
Uses of SSSOMFormatException in org.incenp.obofoundry.sssom.extract
Subclasses of SSSOMFormatException in org.incenp.obofoundry.sssom.extractModifier and TypeClassDescriptionclass
An exception thrown when parsing an invalid “extractor expression”. -
Uses of SSSOMFormatException in org.incenp.obofoundry.sssom.rdf
Methods in org.incenp.obofoundry.sssom.rdf that throw SSSOMFormatExceptionModifier and TypeMethodDescriptionRDFConverter.fromRDF
(org.eclipse.rdf4j.model.Model model) Converts a RDF model to a MappingSet object.RDFConverter.mappingFromRDF
(org.eclipse.rdf4j.model.Model model) Converts a RDF model to a Mapping object.RDFConverter.mappingFromRDF
(org.eclipse.rdf4j.model.Model model, Version targetVersion) Converts a RDF model to a Mapping object.RDFReader.read()
-
Uses of SSSOMFormatException in org.incenp.obofoundry.sssom.util
Methods in org.incenp.obofoundry.sssom.util that throw SSSOMFormatExceptionModifier and TypeMethodDescriptionGets a SSSOM reader suitable for the format used in the provided file.ReaderFactory.getReader
(InputStream stream) Gets a SSSOM reader suitable for the format used in the provided stream.Gets a SSSOM reader suitable for the format used in the provider Reader object.Gets a SSSOM reader suitable for the format used in the provided Reader object.Gets a SSSOM reader suitable for the format used in the file with the provided name.Gets a SSSOM reader suitable for the format used in the file with the provided name.ReaderFactory.getReader
(String filename, boolean allowStdin, SerialisationFormat fmt) Gets a SSSOM reader for the provided file, with a possibly explicitly specified format.Gets a SSSOM reader suitable for the format used in the file with the provided name.Gets a SSSOM reader suitable for the format used in the file with the provided name.ReaderFactory.getReader
(String filename, String metaFilename, boolean allowStdin, SerialisationFormat fmt) Gets a SSSOM reader suitable for the specified file, with a possibly explicitly specified format.