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