[Java] Class TemplateParseException
- groovy.text.TemplateParseException
public class TemplateParseException
extends RuntimeException
A custom exception class to flag template parsing errors
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class RuntimeException |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public TemplateParseException(int lineNumber, int column)
public TemplateParseException(String message, int lineNumber, int column)
public TemplateParseException(String message, Throwable cause, int lineNumber, int column)
public TemplateParseException(Throwable t, int lineNumber, int column)
Method Detail
public int getColumn()
public int getLineNumber()