Uses of Class
org.marc4j.MarcReaderException

Packages that use MarcReaderException
org.marc4j This package contains an event-based parser to process MARC records. 
org.marc4j.helpers This package contains helper classes. 
 

Uses of MarcReaderException in org.marc4j
 

Methods in org.marc4j with parameters of type MarcReaderException
 void ErrorHandler.warning(MarcReaderException exception)
          Receive notification of a warning.
 void ErrorHandler.error(MarcReaderException exception)
          Receive notification of an error.
 void ErrorHandler.fatalError(MarcReaderException exception)
          Receive notification of a fatal error.
 

Uses of MarcReaderException in org.marc4j.helpers
 

Methods in org.marc4j.helpers with parameters of type MarcReaderException
 void ErrorHandlerImpl.warning(MarcReaderException exception)
           
 void ErrorHandlerImpl.error(MarcReaderException exception)
           
 void ErrorHandlerImpl.fatalError(MarcReaderException exception)
           
static String ErrorHandlerImpl.printMarcException(String label, MarcReaderException e)
           
 void DefaultHandler.warning(MarcReaderException exception)
           
 void DefaultHandler.error(MarcReaderException exception)
           
 void DefaultHandler.fatalError(MarcReaderException exception)
           
 



Copyright © 2001-2004 Bas Peters. All Rights Reserved.