public class TemplateException
extends java.lang.Exception
Clients may instantiate this class.
This class is not intended to be serialized.
| Constructor and Description |
|---|
TemplateException()
Creates a new template exception.
|
TemplateException(java.lang.String message)
Creates a new template exception.
|
TemplateException(java.lang.String message,
java.lang.Throwable cause)
Creates a new template exception.
|
TemplateException(java.lang.Throwable cause)
Creates a new template exception.
|
public TemplateException()
public TemplateException(java.lang.String message)
message - the message describing the problem that arosepublic TemplateException(java.lang.String message,
java.lang.Throwable cause)
message - the message describing the problem that arosecause - the original exceptionpublic TemplateException(java.lang.Throwable cause)
cause - the original exception
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.