以下对异常的描述不正确的有()
异常分为Error和Exception
Throwable是所有异常类的父类
Exception是所有异常类父类。
Exception包括RuntimeException和RuntimeException之外的异常。