org.apache.velocity.runtime.directive
Class MacroParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.velocity.runtime.parser.ParseException
              extended by org.apache.velocity.runtime.directive.MacroParseException
All Implemented Interfaces:
Serializable

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 191743 2005-06-21 23:22:20Z dlr $
Author:
Geir Magnusson Jr.
See Also:
Serialized Form

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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MacroParseException

public MacroParseException(String msg)


Copyright © 2002 Apache Software Foundation. All Rights Reserved.