public class SimpleParserException extends RuntimeCamelException
| Constructor and Description |
|---|
SimpleParserException(String message,
int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Index where the parsing error occurred
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SimpleParserException(String message, int index)
public int getIndex()
Apache Camel