org.apache.velocity.runtime.directive
public class ParseDirectiveException extends Exception
Version: $Id: ParseDirectiveException.java,v 1.4.14.1 2004/03/03 23:22:56 geirm Exp $
| Field Summary | |
|---|---|
| int | depthCount |
| Stack | filenameStack |
| 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. |