org.apache.velocity.test.misc
Class ExceptionGeneratingResourceLoader
java.lang.Object
org.apache.velocity.runtime.resource.loader.ResourceLoader
org.apache.velocity.test.misc.ExceptionGeneratingResourceLoader
public class ExceptionGeneratingResourceLoader
- extends ResourceLoader
Resource Loader that always throws an exception. Used to test
that RuntimeExceptions are passed through.
- Version:
- $Id: ExceptionGeneratingResourceLoader.java 463298 2006-10-12 16:10:32Z henning $
- Author:
- Will Glass-Husain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionGeneratingResourceLoader
public ExceptionGeneratingResourceLoader()
init
public void init(ExtendedProperties configuration)
- Specified by:
init
in class ResourceLoader
getResourceStream
public InputStream getResourceStream(String source)
throws ResourceNotFoundException
- Specified by:
getResourceStream
in class ResourceLoader
- Throws:
ResourceNotFoundException
isSourceModified
public boolean isSourceModified(Resource resource)
- Specified by:
isSourceModified
in class ResourceLoader
getLastModified
public long getLastModified(Resource resource)
- Specified by:
getLastModified
in class ResourceLoader
Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.