Uses of Interface
org.apache.jena.riot.system.ErrorHandler
Packages that use ErrorHandler
Package
Description
-
Uses of ErrorHandler in org.apache.jena.riot
Methods in org.apache.jena.riot with parameters of type ErrorHandlerModifier and TypeMethodDescriptionRDFParserBuilder.errorHandler(ErrorHandler handler) Set theErrorHandlerto use. -
Uses of ErrorHandler in org.apache.jena.riot.lang
Constructors in org.apache.jena.riot.lang with parameters of type ErrorHandlerModifierConstructorDescriptionLangJSONLD11(Lang language, ParserProfile profile, ErrorHandler errorHandler) ReaderTriX(ParserProfile profile, ErrorHandler errorHandler) -
Uses of ErrorHandler in org.apache.jena.riot.rowset.rw.rs_json
Methods in org.apache.jena.riot.rowset.rw.rs_json with parameters of type ErrorHandlerModifier and TypeMethodDescriptionstatic RowSetBuffered<RowSetJSONStreaming<?>>RowSetJSONStreaming.createBuffered(InputStream in, LabelToNode labelMap, Supplier<DataBag<Binding>> bufferFactory, ValidationSettings validationSettings, ErrorHandler errorHandler) static RowSetJSONStreaming<?>RowSetJSONStreaming.createUnbuffered(InputStream in, LabelToNode labelMap, ValidationSettings validationSettings, ErrorHandler errorHandler) -
Uses of ErrorHandler in org.apache.jena.riot.system
Classes in org.apache.jena.riot.system that implement ErrorHandlerModifier and TypeClassDescriptionstatic classAn error handler that counts errors and warnings.Fields in org.apache.jena.riot.system declared as ErrorHandlerModifier and TypeFieldDescriptionstatic final ErrorHandlerErrorHandlerFactory.errorHandlerNoLoggingSilent error handler : ignores warnings, throws exceptions for errorsstatic final ErrorHandlerErrorHandlerFactory.errorHandlerNoWarningsError handler (no warnings) - logs to stdLoggerstatic final ErrorHandlerErrorHandlerFactory.errorHandlerStdStandard error handler - logs to stdLoggerstatic final ErrorHandlerErrorHandlerFactory.errorHandlerStrictStrict error handler - logs to stdLogger - exceptions for warningsstatic final ErrorHandlerErrorHandlerFactory.errorHandlerStrictNoLoggingSilent, strict error handlerstatic final ErrorHandlerErrorHandlerFactory.errorHandlerWarnWarning error handler - logs to stdLogger - messages for warnings and some errorsMethods in org.apache.jena.riot.system that return ErrorHandlerModifier and TypeMethodDescriptionstatic ErrorHandlerErrorHandlerFactory.errorHandlerExceptionOnError()An error handler that throws aRiotParseException, hence it exposes the details of errors.static ErrorHandlerErrorHandlerFactory.errorHandlerExceptions()An error handler that throws exceptions in all cases.static ErrorHandlerErrorHandlerFactory.errorHandlerIgnoreWarnings(org.slf4j.Logger log) An error handler that logs error and fatal messages, but not warningsstatic ErrorHandlerErrorHandlerFactory.errorHandlerSimple()Ignores warnings, throws exceptions for errorsstatic ErrorHandlerErrorHandlerFactory.errorHandlerStd(org.slf4j.Logger log) An error handler that logs messages, then throws exceptions for errors but not warningsstatic ErrorHandlerErrorHandlerFactory.errorHandlerStrict(org.slf4j.Logger log) Strict error handler, with loggingstatic ErrorHandlerErrorHandlerFactory.errorHandlerStrictSilent()Silent, strict error handler, no loggingstatic ErrorHandlerErrorHandlerFactory.errorHandlerWarning(org.slf4j.Logger log) An error handler that logs messages for errors and warnings and attempts to carry onstatic ErrorHandlerErrorHandlerFactory.errorHandlerWarnOrExceptions(org.slf4j.Logger logger) An error handler that logs warnings and throws exceptions on error and fatal.static ErrorHandlerErrorHandlerFactory.getDefaultErrorHandler()Get the current default error handlerParserProfile.getErrorHandler()Get theerror handlerused by thisParserProfile.ParserProfileStd.getErrorHandler()ParserProfileWrapper.getErrorHandler()Methods in org.apache.jena.riot.system with parameters of type ErrorHandlerModifier and TypeMethodDescriptionstatic booleanChecker.check(org.apache.jena.graph.Node node, ErrorHandler errorHandler, long line, long col) A node -- must be a concrete node or a variable.static booleanChecker.checkBlankNode(String label, ErrorHandler errorHandler, long line, long col) static booleanChecker.checkBlankNode(org.apache.jena.graph.Node node, ErrorHandler errorHandler, long line, long col) static booleanChecker.checkIRI(String iriStr, ErrorHandler errorHandler, long line, long col) See alsoIRIs.reference(java.lang.String)static booleanChecker.checkIRI(org.apache.jena.graph.Node node, ErrorHandler errorHandler, long line, long col) static booleanChecker.checkLiteral(String lexicalForm, String lang, String direction, org.apache.jena.datatypes.RDFDatatype datatype, ErrorHandler errorHandler, long line, long col) static booleanChecker.checkLiteral(String lexicalForm, String lang, org.apache.jena.datatypes.RDFDatatype datatype, ErrorHandler errorHandler, long line, long col) Deprecated.static booleanChecker.checkLiteral(String lexicalForm, String lang, org.apache.jena.graph.TextDirection direction, org.apache.jena.datatypes.RDFDatatype datatype, ErrorHandler errorHandler, long line, long col) static booleanChecker.checkLiteral(String lexicalForm, String lang, ErrorHandler errorHandler, long line, long col) static booleanChecker.checkLiteral(String lexicalForm, org.apache.jena.datatypes.RDFDatatype datatype, ErrorHandler errorHandler, long line, long col) static booleanChecker.checkLiteral(org.apache.jena.graph.Node node, ErrorHandler errorHandler, long line, long col) static booleanChecker.checkQuad(org.apache.jena.graph.Node graph, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object, ErrorHandler errorHandler, long line, long col) Check a quad against the RDF rules for a quad : subject is a IRI or bnode, predicate is a IRI and object is an bnode, literal or IRIstatic booleanChecker.checkQuad(Quad quad, ErrorHandler errorHandler, long line, long col) Check a quad - assumes individual nodes are legalstatic booleanChecker.checkTriple(org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object, ErrorHandler errorHandler, long line, long col) Check a triple against the RDF rules for a triple : subject is a IRI or bnode, predicate is a IRI and object is an bnode, literal or IRIstatic booleanChecker.checkTriple(org.apache.jena.graph.Triple triple, ErrorHandler errorHandler, long line, long col) Check a triple - assumes individual nodes are legalstatic booleanChecker.checkVar(org.apache.jena.graph.Node node, ErrorHandler errorHandler, long line, long col) static ParserProfileRiotLib.createParserProfile(FactoryRDF factory, ErrorHandler errorHandler, boolean checking) Create aParserProfilewith default settings, and a specific error handler.static ParserProfileRiotLib.createParserProfile(FactoryRDF factory, ErrorHandler errorHandler, org.apache.jena.irix.IRIxResolver resolver, boolean checking) Create aParserProfile.static voidChecker.iriViolationMessage(String iriStr, boolean isError, String msg, long line, long col, ErrorHandler errorHandler) Common handling messages about IRIs during parsing whether a violation or an IRIException.static ParserProfileRiotLib.profile(Lang lang, String baseIRI, ErrorHandler handler) static voidErrorHandlerFactory.setDefaultErrorHandler(ErrorHandler errorHandler) Set the current default error handler - use carefully, mainly for use in testingConstructors in org.apache.jena.riot.system with parameters of type ErrorHandlerModifierConstructorDescriptionCDTAwareParserProfile(FactoryRDF factory, ErrorHandler errorHandler, org.apache.jena.irix.IRIxResolver resolver, PrefixMap prefixMap, Context context, boolean checking, boolean strictMode) ErrorHandlerRecorder(ErrorHandler other) ParserProfileStd(FactoryRDF factory, ErrorHandler errorHandler, org.apache.jena.irix.IRIxResolver resolver, PrefixMap prefixMap, Context context, boolean checking, boolean strictMode) -
Uses of ErrorHandler in org.apache.jena.riot.tokens
Methods in org.apache.jena.riot.tokens with parameters of type ErrorHandler
Checker.checkLiteral(String, String, String, RDFDatatype, ErrorHandler, long, long)