org.apache.velocity.runtime.directive

Class MacroParseException


public class MacroParseException
extends ParseException

Exception to indicate problem happened while constructing #macro() For internal use in parser - not to be passed to app level

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

Author:
Geir Magnusson Jr.

Field Summary

Fields inherited from class org.apache.velocity.runtime.parser.ParseException

currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage

Constructor Summary

MacroParseException(String msg)

Method Summary

Methods inherited from class org.apache.velocity.runtime.parser.ParseException

add_escapes, getMessage

Constructor Details

MacroParseException

public MacroParseException(String msg)


Copyright B) 2002 Apache Software Foundation. All Rights Reserved.