Class 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 685685 2008-08-13 21:43:27Z nbubna $
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Version Id for serializable
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Version Id for serializable
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResourceNotFoundException

        public ResourceNotFoundException​(java.lang.String exceptionMessage)
        See Also:
        VelocityException(String)
      • ResourceNotFoundException

        public ResourceNotFoundException​(java.lang.String exceptionMessage,
                                         java.lang.Throwable t)
        Since:
        1.5
        See Also:
        VelocityException(String, Throwable)