Uses of Class
cloud.opencode.base.tree.exception.TreeException
Packages that use TreeException
-
Uses of TreeException in cloud.opencode.base.tree.exception
Subclasses of TreeException in cloud.opencode.base.tree.exceptionMethods in cloud.opencode.base.tree.exception that return TreeExceptionModifier and TypeMethodDescriptionstatic TreeExceptionTreeException.buildFailed(String message) static TreeExceptionTreeException.duplicateId(Object id) static TreeExceptionTreeException.invalidNode(String message) static TreeExceptionTreeException.maxDepthExceeded(int maxDepth) static TreeExceptionTreeException.nodeNotFound(Object id) static TreeExceptionTreeException.parentNotFound(Object parentId)