com.atlassian.confluence.renderer.template
Class TemplateRenderingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
TemplateRenderingException(String message)
           
TemplateRenderingException(String message, Throwable wrappedException)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateRenderingException

public TemplateRenderingException(String message)

TemplateRenderingException

public TemplateRenderingException(String message,
                                  Throwable wrappedException)


Copyright © 2003–2015 Atlassian. All rights reserved.