| Exception Thrown By: | Cause | |
| Class | Method | |
| RuntimeInstance | public Template getTemplate(String name) | if template not found from any available source. |
| RuntimeInstance | public ContentResource getContent(String name) | if template not foundfrom any available source.ParseError |
| URLResourceLoader | public InputStream getResourceStream(String name) | if template not found in the file template path |
| ClasspathResourceLoader | public InputStream getResourceStream(String name) | if template not found in classpath. |
| Velocity | public static Template getTemplate(String name) | if template not foundfrom any available source. |
| Runtime | public static Template getTemplate(String name) | if template not foundfrom any available source. |
| Runtime | public static ContentResource getContent(String name) | if template not foundfrom any available source. |
| StringResourceLoader | [public InputStream getResourceStream(String name) | Ff template not found in the RepositoryFactory |
| Resource | public abstract boolean process() | Similar in semantics as returning false. |
| FileResourceLoader | public InputStream getResourceStream(String templateName) | if template not found in the file template path |
| ContentResource | public boolean process() | Resource could not be found |
| Template | public boolean process() | if template not foundfrom any available source. |
| JarResourceLoader | public InputStream getResourceStream(String source) | if template not found in the file template path |
| RuntimeSingleton | public static Template getTemplate(String name) | if template not foundfrom any available source. |
| RuntimeSingleton | public static ContentResource getContent(String name) | if template not found from any available Source. |