FileNotFoundException constructor

FileNotFoundException(
  1. String name
)

Implementation

FileNotFoundException(String name) : _name = name;