public class ParserLogException
extends java.lang.Exception
Constructor and Description |
---|
ParserLogException() |
Modifier and Type | Method and Description |
---|---|
void |
addError(ParseException e)
Adds a parse error to the log.
|
ParseException |
getError(int index)
Returns a specific error from the log.
|
int |
getErrorCount()
Returns the number of errors in this log.
|
java.lang.String |
getMessage()
Returns the detailed error message.
|
public int getErrorCount()
public ParseException getError(int index)
index
- the error index, starting at 0public void addError(ParseException e)
e
- the parse error to addpublic java.lang.String getMessage()
getMessage
in class java.lang.Throwable