com.thingmagic
Interface ReadExceptionListener


public interface ReadExceptionListener

The listener interface for exceptions that occur during tag reading. The class that is interested in processing read exception events implements this interface, and the object created with that class is registered with Reader.addReadExceptionListener(). When an exception occurs, the object's tagReadException method is invoked.


Method Summary
 void tagReadException(Reader r, ReaderException re)
          Invoked when a read exception occurs
 

Method Detail

tagReadException

void tagReadException(Reader r,
                      ReaderException re)
Invoked when a read exception occurs

Parameters:
r - the Reader where the exception occurred
re - the reader exception