Uses of Class
tech.oxfordsemantic.jrdfox.exceptions.ParsingException
Packages that use ParsingException
-
Uses of ParsingException in tech.oxfordsemantic.jrdfox.formats
Methods in tech.oxfordsemantic.jrdfox.formats that throw ParsingExceptionModifier and TypeMethodDescriptionvoidDatalogParser.bind(InputStream inputStream) voidvoidDatalogParser.bind(tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource) voidDatalogParser.parse(InputConsumer inputConsumer) SPARQLParser.parseNextStatement()DatalogParser.parseRule()DatalogParser.parseTupleTableAtom()Constructors in tech.oxfordsemantic.jrdfox.formats that throw ParsingExceptionModifierConstructorDescriptionSPARQLParser(String baseIRI, Prefixes prefixes, InputStream inputStream) SPARQLParser(String baseIRI, Prefixes prefixes, Reader reader) SPARQLParser(String baseIRI, Prefixes prefixes, tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource)