Description: //1, write a Java application requirements are as follows:// main function accepts two parameters// If the main function of the parameters passed in less than two, then throw a custom exception, and in the console prompt " Please enter the two parameters " //If the input parameter is two, then have to determine whether the two input parameters are numeric types, if not numeric type, then throw a custom exception, and in the console prompt" Please enter a value types of data " //If the input is a numeric type two parameters, use parameter 1 and parameter 2 is divided by the outcome, this time to capture the denominator is zero exception and the console prompt" denominator can not be 0 "
To Search:
File list (Check if you may need any files):
Catch.java