aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/exception/ParseErrorException.java
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src/main/java/org/apache/velocity/exception/ParseErrorException.java')
-rw-r--r--velocity-engine-core/src/main/java/org/apache/velocity/exception/ParseErrorException.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/velocity-engine-core/src/main/java/org/apache/velocity/exception/ParseErrorException.java b/velocity-engine-core/src/main/java/org/apache/velocity/exception/ParseErrorException.java
index faba2ae1..824675c4 100644
--- a/velocity-engine-core/src/main/java/org/apache/velocity/exception/ParseErrorException.java
+++ b/velocity-engine-core/src/main/java/org/apache/velocity/exception/ParseErrorException.java
@@ -86,6 +86,7 @@ public class ParseErrorException extends VelocityException
* Create a ParseErrorException with the given ParseException.
*
* @param pex the parsing exception
+ * @param templName
* @since 1.5
*/
public ParseErrorException(ParseException pex, String templName)
@@ -133,6 +134,7 @@ public class ParseErrorException extends VelocityException
* Create a ParseErrorException with the given ParseException.
*
* @param pex the parsing exception
+ * @param templName
* @since 1.5
*/
public ParseErrorException(VelocityException pex, String templName)