Class TemplateNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.rodnansol.core.generator.template.TemplateNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TemplateNotFoundException extends RuntimeException
- Since:
- 0.6.0
- Author:
- nandorholozsnyak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateNotFoundException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TemplateNotFoundException
public TemplateNotFoundException(String message)
-
-