1 创建自己的异常类
1、继承Throwable
2、继承Exception
修饰符 class 类名 extends Exception{}
2 使用自己的异常
自己定义的异常一般来说是用于throw