问答详情
源自:1-2 Java中使用try..catch..finally实现异常处理

InputMismatchException、ArithmeticException

InputMismatchException、ArithmeticException、Exception有什么区别?

提问者:大Q1 2017-01-09 22:37

个回答

  • 慕斯卡9351328
    2017-01-09 23:14:52

    Exception是其他两个的父类,InputMismatchException、ArithmeticException是它的子类,InputMismatchException是输入不匹配的异常比如用字符去到数字计算,ArithmeticException是出现异常的运算条件,会出现by zero等就是零做除数,老师课上有说的你可以去前面听一下