public class DefaultErrorReporter extends java.lang.Object implements IErrorReporter
| Modifier and Type | Field and Description | 
|---|---|
| static IErrorReporter | DEFAULT_ERROR_REPORTERError reporter constant. | 
IGNORE| Constructor and Description | 
|---|
| DefaultErrorReporter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | exceptionOccurred(java.lang.Exception e)Method called when a decoding error occurs. | 
public static final IErrorReporter DEFAULT_ERROR_REPORTER
public void exceptionOccurred(java.lang.Exception e)
exceptionOccurred in interface IErrorReportere - The exception occurred during decoding.