org.apache.velocity.test.misc
Class ExceptionGeneratingDirective
java.lang.Object
org.apache.velocity.runtime.directive.Directive
org.apache.velocity.test.misc.ExceptionGeneratingDirective
- All Implemented Interfaces:
- Cloneable, DirectiveConstants
public class ExceptionGeneratingDirective
- extends Directive
that always throws an exception. Used to test
that RuntimeExceptions are passed through.
- Version:
- $Id: ExceptionGeneratingDirective.java 463298 2006-10-12 16:10:32Z henning $
- Author:
- Will Glass-Husain
Fields inherited from class org.apache.velocity.runtime.directive.Directive |
rsvc |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionGeneratingDirective
public ExceptionGeneratingDirective()
getName
public String getName()
- Specified by:
getName
in class Directive
getType
public int getType()
- Specified by:
getType
in class Directive
render
public boolean render(InternalContextAdapter context,
Writer writer,
Node node)
throws IOException,
ResourceNotFoundException,
ParseErrorException,
MethodInvocationException
- Specified by:
render
in class Directive
- Throws:
IOException
ResourceNotFoundException
ParseErrorException
MethodInvocationException
Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.