Class TemplateRenderingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.renderer.template.TemplateRenderingException
- All Implemented Interfaces:
Serializable
Exception thrown when some error occured while trying to render a particular template.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateRenderingException
(String message) TemplateRenderingException
(String message, Throwable wrappedException) -
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
-
TemplateRenderingException
-