| |
|
| java.lang.Object com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler
RDFDefaultErrorHandler | public class RDFDefaultErrorHandler extends Object implements RDFErrorHandler(Code) | | The default error handler for I/O.
This uses log4j as its utility.
author: jjc,bwm version: $Revision: 1.13 $ $Date: 2008/01/02 12:05:01 $ |
Field Summary | |
final public static Log | logger | public static boolean | silent Change this global to make all RDFDefaultErrorHandler's silent!
Intended for testing purposes only. |
logger | final public static Log logger(Code) | | |
silent | public static boolean silent(Code) | | Change this global to make all RDFDefaultErrorHandler's silent!
Intended for testing purposes only.
|
RDFDefaultErrorHandler | public RDFDefaultErrorHandler()(Code) | | Creates new RDFDefaultErrorHandler
|
|
|
|