Why is result of throwable get.Message ignored in my exception?
Advertisements I made my own excpetions and I have to print the error message from the exception with a method that uses getMessage(). e.getMessage() is highlighted and it says result of Throwable.getMessage is ignored. For example if I input a number below 5 it prints SmallException caught but doesn’t print Number was below 5. try… Read More Why is result of throwable get.Message ignored in my exception?