Package guidoengine

Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • parserError

        public parserError​(int col,
                           int ligne,
                           java.lang.String message)
    • Method Detail

      • getCol

        public int getCol()
      • getLigne

        public int getLigne()
      • getMessage

        public java.lang.String getMessage()
      • Init

        protected static void Init()
        Internal jni initialization method. Automatically called at package init.