Package org.apache.velocity.exception
Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.velocity.exception.VelocityException
org.apache.velocity.exception.ResourceNotFoundException
- All Implemented Interfaces:
Serializable
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.
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 685685 2008-08-13 21:43:27Z nbubna $
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Version Id for serializable -
Constructor Summary
ConstructorsConstructorDescriptionResourceNotFoundException
(String exceptionMessage) ResourceNotFoundException
(String exceptionMessage, Throwable t) -
Method Summary
Methods inherited from class org.apache.velocity.exception.VelocityException
getWrappedThrowable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDVersion Id for serializable- See Also:
-
-
Constructor Details
-
ResourceNotFoundException
- See Also:
-
ResourceNotFoundException
- Since:
- 1.5
- See Also:
-
ResourceNotFoundException
- Since:
- 1.5
- See Also:
-