info.magnolia.module.templating
Class RenderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.magnolia.module.templating.RenderException
All Implemented Interfaces:
Serializable

public class RenderException
extends Exception

A generic exception used by subclasses of AbstractRenderer.

Version:
$Id: RenderException.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
pbracher
See Also:
Serialized Form

Constructor Summary
RenderException()
           
RenderException(String message)
           
RenderException(String message, Throwable cause)
           
RenderException(Throwable cause)
           
 
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

RenderException

public RenderException()

RenderException

public RenderException(String message)

RenderException

public RenderException(Throwable cause)

RenderException

public RenderException(String message,
                       Throwable cause)


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.