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$
- Author:
- Geir Magnusson Jr., Daniel Rall
- See Also:
-
Constructor Summary
ConstructorDescriptionResourceNotFoundException
(String exceptionMessage) ResourceNotFoundException
(String exceptionMessage, Throwable t) ResourceNotFoundException
(String exceptionMessage, Throwable t, String[] stacktrace) ResourceNotFoundException
(Throwable t, String[] stacktrace) -
Method Summary
Methods inherited from class org.apache.velocity.exception.VelocityException
getVtlStackTrace, getWrappedThrowable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceNotFoundException
- Parameters:
exceptionMessage
-- See Also:
-
ResourceNotFoundException
- Parameters:
exceptionMessage
-t
-- Since:
- 1.5
- See Also:
-
ResourceNotFoundException
- Parameters:
exceptionMessage
-t
-stacktrace
- VTL stacktrace- Since:
- 2.2
- See Also:
-
ResourceNotFoundException
- Parameters:
t
-- Since:
- 1.5
- See Also:
-
ResourceNotFoundException
- Parameters:
t
-stacktrace
- VTL stacktrace- Since:
- 2.2
- See Also:
-