报告 java.lang.RuntimeException 的子类。

某些编码标准要求检查所有用户定义的异常类。

示例:


  class EnigmaException extends RuntimeException {} // 警告:未经检查的异常类 'EnigmaException'