nu.validator.messages
Class MessageEmitterAdapter.ExactErrorHandler

java.lang.Object
  extended by nu.validator.messages.MessageEmitterAdapter.ExactErrorHandler
All Implemented Interfaces:
ErrorHandler
Enclosing class:
MessageEmitterAdapter

private final class MessageEmitterAdapter.ExactErrorHandler
extends Object
implements ErrorHandler


Field Summary
private  MessageEmitterAdapter owner
           
 
Constructor Summary
MessageEmitterAdapter.ExactErrorHandler(MessageEmitterAdapter owner)
           
 
Method Summary
 void error(SAXParseException exception)
           
 void fatalError(SAXParseException exception)
           
 void warning(SAXParseException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

private final MessageEmitterAdapter owner
Constructor Detail

MessageEmitterAdapter.ExactErrorHandler

MessageEmitterAdapter.ExactErrorHandler(MessageEmitterAdapter owner)
Parameters:
owner -
Method Detail

error

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

fatalError

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

warning

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