public final class ErrorHandler extends Object implements org.apache.jena.rdf.model.RDFErrorHandler
| Constructor and Description |
|---|
ErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(Exception exception) |
void |
fatalError(Exception exception) |
void |
warning(Exception exception) |
public void error(Exception exception)
error in interface org.apache.jena.rdf.model.RDFErrorHandlerpublic void fatalError(Exception exception)
fatalError in interface org.apache.jena.rdf.model.RDFErrorHandlerpublic void warning(Exception exception)
warning in interface org.apache.jena.rdf.model.RDFErrorHandlerCopyright © 2020. All rights reserved.