org.apache.velocity.runtime.directive

Class ParseDirectiveException

public class ParseDirectiveException extends Exception

Exception for #parse() problems

Version: $Id: ParseDirectiveException.java,v 1.4.14.1 2004/03/03 23:22:56 geirm Exp $

Author: Geir Magnusson Jr.

Field Summary
intdepthCount
StackfilenameStack
Stringmsg
Constructor Summary
ParseDirectiveException(String m, int i)
Constructor
Method Summary
voidaddFile(String s)
Add a file to the filename stack
StringgetMessage()
Get a message.

Field Detail

depthCount

private int depthCount

filenameStack

private Stack filenameStack

msg

private String msg

Constructor Detail

ParseDirectiveException

ParseDirectiveException(String m, int i)
Constructor

Method Detail

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.