public class ParsingWarning extends Object
| Constructor and Description |
|---|
ParsingWarning(String message) |
ParsingWarning(String warning,
int line,
int columnNumber) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber() |
int |
getLineNumber() |
String |
getMessage() |
String |
getWarning() |
Copyright © 2012–2023. All rights reserved.