public class parserError
extends java.lang.Object
Constructor and Description |
---|
parserError(int col,
int ligne,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
int |
getCol() |
int |
getLigne() |
java.lang.String |
getMessage() |
protected static void |
Init()
Internal jni initialization method.
|