public class TreeStructureException extends Exception
This exception is thrown if the tree structure is illegal.
SeeTreeNode.addChild(ProgramNode)
.Constructor and Description |
---|
TreeStructureException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TreeStructureException(String message)
Copyright © 2021. All rights reserved.