com.hp.hpl.deli
Class UAProfValidatorImpl

java.lang.Object
  extended bycom.hp.hpl.deli.UAProfValidatorImpl
All Implemented Interfaces:
com.hp.hpl.jena.rdf.model.RDFErrorHandler

public class UAProfValidatorImpl
extends java.lang.Object
implements com.hp.hpl.jena.rdf.model.RDFErrorHandler

This class uses Jena to validate a profile using the schemas it references

Author:
Charles Smith HP Labs Bristol

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

Method Detail

warning

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

error

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

fatalError

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