Package guidoengine
Class parserError
- java.lang.Object
-
- guidoengine.parserError
-
public class parserError extends java.lang.Object
Class to get the detail of parser error.
-
-
Constructor Summary
Constructors Constructor Description parserError(int col, int ligne, java.lang.String message)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCol()
int
getLigne()
java.lang.String
getMessage()
protected static void
Init()
Internal jni initialization method.
-