Package org.webharvest.exception
Class TemplateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.webharvest.exception.BaseException
-
- org.webharvest.exception.TemplateException
-
- All Implemented Interfaces:
Serializable
public class TemplateException extends BaseException
Template exception - occured during executing templete processor.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateException()
TemplateException(String message)
TemplateException(String message, Throwable cause)
TemplateException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-