java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.klojang.templates.RenderException
- All Implemented Interfaces:
Serializable
Thrown from a
RenderSession
under various circumstances.- Author:
- Ayco Holleman
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns aRenderErrorCode
constant identifying the error.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getErrorCode
Returns aRenderErrorCode
constant identifying the error.- Returns:
- a
RenderErrorCode
constant identifying the error
-