Thread Exception

Checked Exception: (非运行时异常), this must be caught in throws or ** try...catch**. eg: IOException, ClassNotFoundException.
Unchecked Exception: (运行时异常), not need to declare it in methods, or try...catch it.

你可能感兴趣的:(Thread Exception)