9- Throwing Exceptions

4:41 2 发言者 1 章次 章 次 105 分部分会议

章次 章 次

  1. 0:03

    So far we've only been handling or catching exceptions, but sometimes we want to throw an exception. Let me show you an example. So in this package, the exceptions package, I'm going to add a new class called account. Here we need a method …