Java 的异常处理是通过 5 个关键词来实现的:try、catch、throw、throws 和 finally。 java异常处理的方式: 方式一: try-catch-finally 方式二: throws + 异常类型