Write the clause needed to identify a method as one that may throw an IOException or a WidgetException:

LANGUAGE: JAVA

CHALLENGE:

Write the clause needed to identify a method as one that may throw an IOException or a WidgetException:

SOLUTION:

throws IOException, WidgetException