public interface IGPEErrorHandler
Modifier and Type | Method and Description |
---|---|
void |
addError(Throwable e)
This method is invoked when a parser has found
an error that has to stop the reading or the writing
process
|
void |
addWarning(Throwable e)
This method is invoke when a parser has detected a
error, but it is able to manage it by itself
|
Throwable |
getErrorAt(int i) |
int |
getErrorsSize() |
Throwable |
getWarningAt(int i) |
int |
getWarningsSize() |
void addError(Throwable e)
e
- The detected exceptionint getErrorsSize()
Throwable getErrorAt(int i)
void addWarning(Throwable e)
e
- The detected exceptionint getWarningsSize()
Throwable getWarningAt(int i)