public class

TemplateRenderingException

extends ViewException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.view.ViewException
           ↳ com.atlassian.bitbucket.view.TemplateRenderingException

Class Overview

Thrown when a template could not be rendered. For example the template markup may be broken, or the model being used to render the template may be of the wrong type or incomplete.

Summary

Public Constructors
TemplateRenderingException()
TemplateRenderingException(String s)
TemplateRenderingException(String s, Throwable throwable)
TemplateRenderingException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TemplateRenderingException ()

public TemplateRenderingException (String s)

public TemplateRenderingException (String s, Throwable throwable)

public TemplateRenderingException (Throwable throwable)