Package spoon.template
Class TemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
spoon.SpoonException
spoon.template.TemplateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UndefinedParameterException
This runtime exception can be throws when something wrong occurs in template
operations such as loading, substitution, and matching.
- See Also:
Substitution
,TemplateMatcher
, Serialized Form
-
Field Summary
Fields inherited from class spoon.SpoonException
LOGGER
-
Constructor Summary
ConstructorDescriptionEmpty exception.TemplateException(String message)
Exception with a message.TemplateException(Throwable cause)
Exception with a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateException
public TemplateException()Empty exception. -
TemplateException
Exception with a message. -
TemplateException
Exception with a cause.
-