|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.jface.text.templates.TemplateException
public class TemplateException
Thrown when a template cannot be validated.
Clients may instantiate this class.
This class is not intended to be serialized.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.