Interface IErrorReporter
- 
- All Known Implementing Classes:
 DefaultErrorReporter
public interface IErrorReporterReporter receiving errors encountered during decoding. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static IErrorReporterIGNOREA default error reporter that ignores errors. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexceptionOccurred(java.lang.Exception e)Method called when a decoding error occurs. 
 - 
 
- 
- 
Field Detail
- 
IGNORE
static final IErrorReporter IGNORE
A default error reporter that ignores errors. 
 - 
 
 -