org.eclipse.lyo.oslc4j.provider.jena
Class ErrorHandler

java.lang.Object
  extended by org.eclipse.lyo.oslc4j.provider.jena.ErrorHandler
All Implemented Interfaces:
com.hp.hpl.jena.rdf.model.RDFErrorHandler

public final class ErrorHandler
extends Object
implements com.hp.hpl.jena.rdf.model.RDFErrorHandler


Constructor Summary
ErrorHandler()
           
 
Method Summary
 void error(Exception exception)
           
 void fatalError(Exception exception)
           
 void warning(Exception exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorHandler

public ErrorHandler()
Method Detail

error

public void error(Exception exception)
Specified by:
error in interface com.hp.hpl.jena.rdf.model.RDFErrorHandler

fatalError

public void fatalError(Exception exception)
Specified by:
fatalError in interface com.hp.hpl.jena.rdf.model.RDFErrorHandler

warning

public void warning(Exception exception)
Specified by:
warning in interface com.hp.hpl.jena.rdf.model.RDFErrorHandler


Copyright © 2013. All rights reserved.