比如 throw(Exception)抛出异常(这里的Exception是我自己的一个类)
通过catch(Exception) 捕获到异常,然后怎么恢复程序的继续执行?
不抛出异常,或者goto某个地方继续执行