public interface RDFErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
error(Exception e)
report an error
|
void |
fatalError(Exception e)
report a catastrophic error.
|
void |
warning(Exception e)
report a warning
|
void warning(Exception e)
e - an exception representing the errorvoid error(Exception e)
e - an exception representing the errorvoid fatalError(Exception e)
e - an exception representing the errorLicenced under the Apache License, Version 2.0