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