sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.76k stars 568 forks source link

add possible null pointer exception #278

Closed mitsdesai73 closed 7 years ago

mitsdesai73 commented 7 years ago

After adding this user will be able to catch possible null pointer exception as mentioned in #276.

sannies commented 7 years ago

NullPointerException is no so called checked exception. It is not meant to be added in the 'throws' - clause.