public class RDFDefaultErrorHandler extends Object implements RDFErrorHandler
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
static boolean |
silent
Change this global to make all RDFDefaultErrorHandler's silent!
Intended for testing purposes only.
|
| Constructor and Description |
|---|
RDFDefaultErrorHandler()
Creates new RDFDefaultErrorHandler
|
| 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
|
public static boolean silent
public static final org.slf4j.Logger logger
public RDFDefaultErrorHandler()
public void warning(Exception e)
RDFErrorHandlerwarning in interface RDFErrorHandlere - an exception representing the errorpublic void error(Exception e)
RDFErrorHandlererror in interface RDFErrorHandlere - an exception representing the errorpublic void fatalError(Exception e)
RDFErrorHandlerfatalError in interface RDFErrorHandlere - an exception representing the errorLicenced under the Apache License, Version 2.0