Question: Write the clause needed to identify a method as one that may throw an IOException. Assume that inputError is a variable of type Exception that

Write the clause needed to identify a method as one that may throw an IOException.

Assume that inputError is a variable of type Exception that has been declared and that references an Exception object. Write a statement that throws that Exception object.

Assume that fileName is a variable of type String. Write a statement that throws an Exception with a message "null file name" if fileName is null and that throws an Exception with a message "empty file name" if fileName equals the empty string.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!