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) Creates a build-failed exception 创建构建失败异常static TreeExceptionTreeException.duplicateId(Object id) Creates a duplicate-id exception 创建重复ID异常static TreeExceptionTreeException.invalidNode(String message) Creates an invalid-node exception 创建无效节点异常static TreeExceptionTreeException.maxDepthExceeded(int maxDepth) Creates a max-depth-exceeded exception 创建超过最大深度异常static TreeExceptionTreeException.nodeNotFound(Object id) Creates a node-not-found exception 创建节点未找到异常static TreeExceptionTreeException.parentNotFound(Object parentId) Creates a parent-not-found exception 创建父节点未找到异常