Package com.atlassian.bitbucket.view
Class TemplateRenderingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.view.ViewException
com.atlassian.bitbucket.view.TemplateRenderingException
- All Implemented Interfaces:
Serializable
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.
- See Also:
-
Constructor Summary
ConstructorDescriptionTemplateRenderingException
(String s, Throwable throwable) TemplateRenderingException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateRenderingException
public TemplateRenderingException() -
TemplateRenderingException
-
TemplateRenderingException
-
TemplateRenderingException
-