Class ConstraintViolationRDFHandler
java.lang.Object
org.eclipse.rdf4j.rio.helpers.AbstractRDFHandler
org.eclipse.rdf4j.spin.ConstraintViolationRDFHandler
- All Implemented Interfaces:
 RDFHandler
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class AbstractRDFHandler
handleComment, handleNamespace 
- 
Constructor Details
- 
ConstraintViolationRDFHandler
public ConstraintViolationRDFHandler() 
 - 
 - 
Method Details
- 
getConstraintViolation
 - 
startRDF
Description copied from interface:RDFHandlerSignals the start of the RDF data. This method is called before any data is reported.- Specified by:
 startRDFin interfaceRDFHandler- Overrides:
 startRDFin classAbstractRDFHandler- Throws:
 RDFHandlerException- If the RDF handler has encountered an unrecoverable error.
 - 
handleStatement
Description copied from interface:RDFHandlerHandles a statement.- Specified by:
 handleStatementin interfaceRDFHandler- Overrides:
 handleStatementin classAbstractRDFHandler- Parameters:
 st- The statement.- Throws:
 RDFHandlerException- If the RDF handler has encountered an unrecoverable error.
 - 
endRDF
Description copied from interface:RDFHandlerSignals the end of the RDF data. This method is called when all data has been reported.- Specified by:
 endRDFin interfaceRDFHandler- Overrides:
 endRDFin classAbstractRDFHandler- Throws:
 RDFHandlerException- If the RDF handler has encountered an unrecoverable error.
 
 -