public class MalformedTreeException extends RuntimeException
This class is not intended to be serialized.
TextEdit.addChild(TextEdit)
,
TextEdit.addChildren(TextEdit[])
,
Serialized FormConstructor and Description |
---|
MalformedTreeException(TextEdit parent,
TextEdit child,
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.