In Java I'm using an if statement to throw an exception if the condition is not met. The issue I have having is I'm not sure how to display which line the condition is not met. I am importing from an external text file and for each line in the text file I want a condition to be met. For example:In Java I'm using an if statement to throw an e