Class TemplateEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- science.aist.gtf.template.exception.TemplateEngineException
-
- All Implemented Interfaces:
Serializable
public class TemplateEngineException extends Exception
Exception Class for
TemplateEngine
- Since:
- 1.0
- Author:
- Andreas Schuler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateEngineException(String message)
TemplateEngineException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-