public class TemplateExecutionException extends Exception
A custom exception class to flag template execution errors
| Constructor and description | 
|---|
| TemplateExecutionException(int lineNumber) | 
| TemplateExecutionException(int lineNumber, String message) | 
| TemplateExecutionException(int lineNumber, String message, Throwable cause) | 
| TemplateExecutionException(int lineNumber, Throwable cause) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public int | getLineNumber()Returns the line number in the template source where the error occurred | 
| Methods inherited from class | Name | 
|---|---|
| class Exception | addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.