org.apache.velocity.runtime.directive
Class ParseDirectiveException
Exception
org.apache.velocity.runtime.directive.ParseDirectiveException
public class ParseDirectiveException
extends Exception
Exception for #parse() problems
$Id: ParseDirectiveException.java,v 1.4.14.1 2004/03/03 23:22:56 geirm Exp $
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 B) 2002 Apache Software Foundation. All Rights Reserved.