Package groovy.text
Class TemplateExecutionException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- groovy.text.TemplateExecutionException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class TemplateExecutionException extends java.lang.ExceptionA custom exception class to flag template execution errors- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TemplateExecutionException(int lineNumber)TemplateExecutionException(int lineNumber, java.lang.String message)TemplateExecutionException(int lineNumber, java.lang.String message, java.lang.Throwable cause)TemplateExecutionException(int lineNumber, java.lang.Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLineNumber()Returns the line number in the template source where the error occurred
 
- 
- 
- 
Constructor Detail- 
TemplateExecutionExceptionpublic TemplateExecutionException(int lineNumber) 
 - 
TemplateExecutionExceptionpublic TemplateExecutionException(int lineNumber, java.lang.String message)
 - 
TemplateExecutionExceptionpublic TemplateExecutionException(int lineNumber, java.lang.String message, java.lang.Throwable cause)
 - 
TemplateExecutionExceptionpublic TemplateExecutionException(int lineNumber, java.lang.Throwable cause)
 
- 
 
-