org.apache.velocity.runtime.directive
Class ParseDirectiveException
Exceptionorg.apache.velocity.runtime.directive.ParseDirectiveException
public class ParseDirectiveException
extends Exception
Exception for #parse() problems
Version:
- Geir Magnusson Jr.
void | addFile(String s)- Add a file to the filename stack
|
String | getMessage()- Get a message.
|
depthCount
private int depthCount
filenameStack
private Stack filenameStack
ParseDirectiveException
(package private) ParseDirectiveException(String m,
int i) Constructor
addFile
public void addFile(String s)
Add a file to the filename stack
getMessage
public String getMessage()
Get a message.
Copyright © 2003 Apache Software Foundation. All Rights Reserved.