try{} catch is for a program's execution, NOT for compilation.
See the tutorial: https://docs.oracle.com/javase/tutorial/essential/exceptions/index.html

Please edit your post and wrap your code...