|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.text.edits.MalformedTreeException
Thrown to indicate that an edit got added to a parent edit but the child edit somehow conflicts with the parent or one of it siblings.
TextEdit.addChild(TextEdit)
,
TextEdit.addChildren(TextEdit[])
,
Serialized FormConstructor Summary | |
MalformedTreeException(TextEdit parent,
TextEdit child,
String message)
Constructs a new malformed tree exception. |
Method Summary | |
TextEdit |
getChild()
Returns the child edit that caused the exception. |
TextEdit |
getParent()
Returns the parent edit that caused the exception. |
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 MalformedTreeException(TextEdit parent, TextEdit child, String message)
parent
- the parent editchild
- the child editmessage
- the detail messageMethod Detail |
public TextEdit getParent()
public TextEdit getChild()
|
Eclipse Platform Release 3.0 |
||||||||||
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, 2004. All rights reserved.