Package groovy.text
Class TemplateParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.text.TemplateParseException
- All Implemented Interfaces:
- Serializable
public class TemplateParseException extends RuntimeException
A custom exception class to flag template parsing errors
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description TemplateParseException(int lineNumber, int column)TemplateParseException(String message, int lineNumber, int column)TemplateParseException(String message, Throwable cause, int lineNumber, int column)TemplateParseException(Throwable t, int lineNumber, int column)
- 
Method SummaryModifier and Type Method Description intgetColumn()intgetLineNumber()Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TemplateParseExceptionpublic TemplateParseException(int lineNumber, int column)
- 
TemplateParseException
- 
TemplateParseException
- 
TemplateParseException
 
- 
- 
Method Details- 
getLineNumberpublic int getLineNumber()
- 
getColumnpublic int getColumn()
 
-