@PublicEvolving public final class SyntaxError extends Object
SyntaxError contains information about the errors observed
during parsing of the recipe.
It contains the line number, character position, the error message and the source line that has errors.
| Constructor and Description |
|---|
SyntaxError(int lineNo,
int charPos,
String message,
String line) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharPosition() |
String |
getLine() |
int |
getLineNumber() |
String |
getMessage() |
String |
toString() |
public int getLineNumber()
public int getCharPosition()
public String getMessage()
public String getLine()
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.