Package org.jbake.template
Class RenderingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jbake.template.RenderingException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NoModelExtractorException
public class RenderingException extends java.lang.ExceptionThrown if rendering of a document failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RenderingException(java.lang.String message)RenderingException(java.lang.String message, java.lang.Throwable cause)RenderingException(java.lang.Throwable cause)
-