org.apache.velocity.exception

Class ResourceNotFoundException


public class ResourceNotFoundException
extends VelocityException

Application-level exception thrown when a resource of any type isn't found by the Velocity engine.
When this exception is thrown, a best effort will be made to have useful information in the exception's message. For complete information, consult the runtime log.

Version:
$Id: ResourceNotFoundException.java,v 1.3 2002/01/19 02:22:24 dlr Exp $

Authors:
Geir Magnusson Jr.
Daniel Rall

Constructor Summary

ResourceNotFoundException(String exceptionMessage)

Constructor Details

ResourceNotFoundException

public ResourceNotFoundException(String exceptionMessage)


Copyright © 2003 Apache Software Foundation. All Rights Reserved.