Hi I'm trying to create a custom exception handler for a quadratic formula solver. The exception handling class that I have is meant to throw the answer anytime b*b - 4*a*c is negative, and it looks like this...Hi I'm trying to create a custom exception hand