public interface IErrorReporter
Modifier and Type | Field and Description |
---|---|
static IErrorReporter |
IGNORE
A default error reporter that ignores errors.
|
Modifier and Type | Method and Description |
---|---|
void |
exceptionOccurred(Exception e)
Method called when a decoding error occurs.
|
static final IErrorReporter IGNORE
void exceptionOccurred(Exception e)
e
- The exception occurred during decoding.Copyright © 2013. All Rights Reserved.