package com.example.datacollect; // 不支持的网站异常:继承根异常CrawlException public class UnsupportedSiteException extends CrawlException { public UnsupportedSiteException(String siteKey) { super("不支持的网站类型:" + siteKey); } }