org.apache.velocity.runtime.directive
Class ParseDirectiveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.velocity.runtime.directive.ParseDirectiveException
All Implemented Interfaces:
Serializable

public class ParseDirectiveException
extends Exception

Exception for #parse() problems

Version:
$Id: ParseDirectiveException.java 291683 2005-09-26 17:25:44Z henning $
Author:
Geir Magnusson Jr.
See Also:
Serialized Form

Method Summary
 void addFile(String s)
          Add a file to the filename stack
 String getMessage()
          Get a message.
 
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
 

Method Detail

getMessage

public String getMessage()
Get a message.


addFile

public void addFile(String s)
Add a file to the filename stack



Copyright ? 2000-2007 Apache Software Foundation. All Rights Reserved.