public class TemplateException extends Exception
Clients may instantiate this class.
This class is not intended to be serialized.
Constructor and Description |
---|
TemplateException()
Creates 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TemplateException()
public TemplateException(String message)
message
- the message describing the problem that arosepublic TemplateException(String message, Throwable cause)
message
- the message describing the problem that arosecause
- the original exceptionpublic TemplateException(Throwable cause)
cause
- the original exception
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.