Class GroovySyntaxError

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.apache.groovy.parser.antlr4.GroovySyntaxError
All Implemented Interfaces:
Serializable

public class GroovySyntaxError
extends AssertionError
Represents a syntax error of groovy program
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • GroovySyntaxError

      public GroovySyntaxError​(String message, int source, int line, int column)
  • Method Details

    • getSource

      public int getSource()
    • getLine

      public int getLine()
    • getColumn

      public int getColumn()