Package org.apache.groovy.parser.antlr4
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
 
- 
- 
Constructor SummaryConstructors Constructor Description GroovySyntaxError(String message, int source, int line, int column)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumn()intgetLine()intgetSource()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
LEXERpublic static final int LEXER - See Also:
- Constant Field Values
 
 - 
PARSERpublic static final int PARSER - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
GroovySyntaxErrorpublic GroovySyntaxError(String message, int source, int line, int column) 
 
- 
 
-