it.uniroma2.info.ai_nlp.LinguisticWatermark.config
Class ValidatorHandler

java.lang.Object
  extended by it.uniroma2.info.ai_nlp.LinguisticWatermark.config.ValidatorHandler
All Implemented Interfaces:
ErrorHandler

public class ValidatorHandler
extends Object
implements ErrorHandler


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

Constructor Detail

ValidatorHandler

public ValidatorHandler()
Method Detail

warning

public void warning(SAXParseException arg0)
             throws SAXException
Specified by:
warning in interface ErrorHandler
Throws:
SAXException

error

public void error(SAXParseException arg0)
           throws SAXException
Specified by:
error in interface ErrorHandler
Throws:
SAXException

fatalError

public void fatalError(SAXParseException arg0)
                throws SAXException
Specified by:
fatalError in interface ErrorHandler
Throws:
SAXException