Package groovy.text

Class TemplateParseException

All Implemented Interfaces:
Serializable

public class TemplateParseException extends RuntimeException
A custom exception class to flag template parsing errors
See Also:
  • Constructor Details

    • TemplateParseException

      public TemplateParseException(int lineNumber, int column)
    • TemplateParseException

      public TemplateParseException(String message, int lineNumber, int column)
    • TemplateParseException

      public TemplateParseException(String message, Throwable cause, int lineNumber, int column)
    • TemplateParseException

      public TemplateParseException(Throwable t, int lineNumber, int column)
  • Method Details

    • getLineNumber

      public int getLineNumber()
    • getColumn

      public int getColumn()