Package org.eclipse.jface.text.templates
Class TemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jface.text.templates.TemplateException
- All Implemented Interfaces:
Serializable
Thrown when a template cannot be validated.
Clients may instantiate this class.
This class is not intended to be serialized.
- Since:
- 3.0
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new template exception.TemplateException
(String message) Creates a new template exception.TemplateException
(String message, Throwable cause) Creates a new template exception.TemplateException
(Throwable cause) Creates a new template exception. -
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()Creates a new template exception. -
TemplateException
Creates a new template exception.- Parameters:
message
- the message describing the problem that arose
-
TemplateException
Creates a new template exception.- Parameters:
message
- the message describing the problem that arosecause
- the original exception
-
TemplateException
Creates a new template exception.- Parameters:
cause
- the original exception
-