Class RDFHandlerException

java.lang.Object
All Implemented Interfaces:
Serializable

public class RDFHandlerException extends RDF4JException
An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error. If an exception is associated with the error then this exception can be wrapped in an RDFHandlerException and can later be retrieved from it when the RDFHandlerException is catched using the getCause().
See Also: