org.apache.velocity.exception
Class ResourceNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.velocity.exception.VelocityException
                    |
                    +--org.apache.velocity.exception.ResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

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.8.1 2004/03/03 23:22:54 geirm Exp $
Author:
Geir Magnusson Jr., Daniel Rall
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ResourceNotFoundException(java.lang.String exceptionMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String exceptionMessage)


Copyright © 2002 Apache Software Foundation. All Rights Reserved.