link start!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.apache.velocity.exception;
|
||||
|
||||
public interface ExtendedParseException {
|
||||
int getColumnNumber();
|
||||
|
||||
int getLineNumber();
|
||||
|
||||
String getTemplateName();
|
||||
}
|
||||
Reference in New Issue
Block a user