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
public class TemplateException extends SpoonException
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
-
-
Constructor Summary
Constructors Constructor Description TemplateException()
Empty 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
-
-