org.fcrepo.client.batch
Class BatchModifyValidatorErrorHandler

java.lang.Object
  extended by org.fcrepo.client.batch.BatchModifyValidatorErrorHandler
All Implemented Interfaces:
ErrorHandler

public class BatchModifyValidatorErrorHandler
extends Object
implements ErrorHandler

Author:
Ross Wayland

Field Summary
protected static int errorCount
           
 
Constructor Summary
BatchModifyValidatorErrorHandler(PrintStream out)
           
 
Method Summary
 void error(SAXParseException e)
           
 void fatalError(SAXParseException e)
           
 void warning(SAXParseException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCount

protected static int errorCount
Constructor Detail

BatchModifyValidatorErrorHandler

public BatchModifyValidatorErrorHandler(PrintStream out)
Method Detail

warning

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

error

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

fatalError

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


Copyright © 2012 DuraSpace. All Rights Reserved.