The following Vehicle class throws a custom exception of type IllegalNumberOfWheels. Your task is to implement this exception class. The exception should not be a checked exception, and it should indicate that an improper wheel count is an illegal parameter value.