public class MalformedTreeException
extends java.lang.RuntimeException
This class is not intended to be serialized.
TextEdit.addChild(TextEdit),
TextEdit.addChildren(TextEdit[]),
Serialized Form| Constructor and Description |
|---|
MalformedTreeException(TextEdit parent,
TextEdit child,
java.lang.String message)
Constructs a new malformed tree exception.
|
| Modifier and Type | Method and Description |
|---|---|
TextEdit |
getChild()
Returns the child edit that caused the exception.
|
TextEdit |
getParent()
Returns the parent edit that caused the exception.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.