报告只能通过抛出异常来退出的
for
、
while
或
do
语句。 虽然此类语句可能是正确的,但它们通常是由错误所致。
示例:
while(true) { Thread.sleep(1000) }