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.
tagReadException
void tagReadException(Reader r,
ReaderException re)
- Invoked when a read exception occurs
- Parameters:
r
- the Reader where the exception occurredre
- the reader exception