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

private int
depthCount
private Stack
filenameStack
private String
msg

Constructor Summary

ParseDirectiveException(String m, int i)
Constructor

Method Summary

void
addFile(String s)
Add a file to the filename stack
String
getMessage()
Get a message.

Field Details

depthCount

private int depthCount


filenameStack

private Stack filenameStack


msg

private String msg

Constructor Details

ParseDirectiveException

(package private)  ParseDirectiveException(String m,
                                           int i)
Constructor

Method Details

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.