下面哪项正确描述了 try、throw 和 catch 的作用?
try
throw
catch
三者只用于处理编译时错误
catch 发出错误信号,throw 处理错误
try 会禁用其代码块中的所有错误
try 包含可能出错的代码,throw 发出异常信号,catch 处理匹配的异常