Chapter 16: Problem 12
Define an exception class called tornadoException. The class should have two constructors, including the default constructor. If the exception is thrown with the default constructor, the method what should return "Tornado: Take cover immediately!". The other constructor has a single parameter, say, \(m\), of the int type. If the exception is thrown with this constructor, the method what should return "Tornado: m miles away; and approaching!"
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.