Class TemplateRenderingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.renderer.template.TemplateRenderingException
-
- All Implemented Interfaces:
Serializable
public class TemplateRenderingException extends RuntimeException
Exception thrown when some error occured while trying to render a particular template.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateRenderingException(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
-
-