异常类
public class TreeException extends RuntimeException {
private static final long serialVersionUID = 1L;
public TreeException() {
}
public